docs: Build with mdBook

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-07-19 07:37:52 -06:00
committed by Jeremy Soller
parent bd291871f4
commit 9b7c6704c3
4 changed files with 34 additions and 0 deletions

View File

@@ -66,6 +66,10 @@ include $(ARCH_DIR)/toolchain.mk
# The architecture defines build targets, no more is required
endif
.PHONY: docs
docs:
mdbook build docs/
.PHONY: clean
clean:
rm -rf $(obj)