mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-09 07:19:09 +07:00
Use mdbook (from the Rust project) for documentation
This commit is contained in:
@ -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 .
|
||||
|
Reference in New Issue
Block a user