summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 33706f3..906516f 100644
--- a/makefile
+++ b/makefile
@@ -57,8 +57,8 @@ clean-bin:
57.PHONY: api-doc clean-api-doc 57.PHONY: api-doc clean-api-doc
58 58
59api-doc: 59api-doc:
60 naturaldocs --project $(DOC_DIR)/gen/ --output HTML $(DOC_DIR)/api/ \ 60 naturaldocs --rebuild --project $(DOC_DIR)/gen/ --output HTML $(DOC_DIR)/api/ \
61 --input $(INCLUDE_DIR) --input $(DOC_DIR)/topics/ 61 --input $(INCL_DIR) --input $(DOC_DIR)/topics/
62 $(RM) $(DOC_DIR)/gen/Menu.txt 62 $(RM) $(DOC_DIR)/gen/Menu.txt
63 63
64clean-api-doc: 64clean-api-doc: