mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Build the documentation.
This commit is contained in:
7
Makefile
7
Makefile
@@ -5,6 +5,11 @@ CFLAGS = -g -Os
|
||||
OBJ = .obj
|
||||
|
||||
.PHONY: all
|
||||
all: +all
|
||||
all: +all README.md
|
||||
|
||||
README.md: $(OBJ)/scripts+mkdocindex/scripts+mkdocindex
|
||||
@echo MKDOC $@
|
||||
@csplit -s -f$(OBJ)/README. README.md '/<!-- FORMATSSTART -->/' '%<!-- FORMATSEND -->%'
|
||||
@(cat $(OBJ)/README.00 && $< && cat $(OBJ)/README.01) > README.md
|
||||
|
||||
include build/ab.mk
|
||||
|
||||
Reference in New Issue
Block a user