StupidOS/docs/build.mk

6 lines
186 B
Makefile
Raw Normal View History

2023-05-17 07:51:10 +00:00
.PHONY: docs
docs:
-mkdir -p $(DOC_DIR)/html
2023-06-06 14:03:35 +00:00
naturaldocs -p $(DOC_DIR)/config -img $(DOC_DIR)/img -xi tmp -i . -o HTML $(DOC_DIR)/html
cp $(DOC_DIR)/img/favicon.ico $(DOC_DIR)/html/