Build the documentation.

This commit is contained in:
David Given
2023-10-24 00:49:05 +02:00
parent 6a6cd025c0
commit 44fc532d63
5 changed files with 39 additions and 3 deletions

View File

@@ -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