Use mdbook (from the Rust project) for documentation

This commit is contained in:
Khue Doan
2021-07-02 19:08:25 +07:00
parent 9795cfb25a
commit dfbfd8d138
6 changed files with 28 additions and 0 deletions

View File

@ -1,5 +1,7 @@
.POSIX:
default: book
.PHONY: todo
todo:
printf "# TODO\n\n" > todo.md
@ -12,3 +14,7 @@ todo:
diagrams:
cd diagrams \
&& python *
.PHONY: book
book: todo
mdbook build .