summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 7ee5ee7..eba11f6 100644
--- a/makefile
+++ b/makefile
@@ -57,9 +57,9 @@ clean-bin:
57.PHONY: api-doc clean-api-doc 57.PHONY: api-doc clean-api-doc
58 58
59api-doc: 59api-doc:
60 $(eval TMPDIR := $(shell mktemp -d)) 60 naturaldocs --project $(DOC_DIR)/gen/ --output HTML $(DOC_DIR)/api/ \
61 naturaldocs --project $(TMPDIR) --input $(INCLUDE_DIR) --input $(DOC_DIR)/topics/ --output HTML $(DOC_DIR)/api/ 61 --input $(INCLUDE_DIR) --input $(DOC_DIR)/topics/
62 $(RM) -r $(TMPDIR) 62 $(RM) $(DOC_DIR)/gen/Menu.txt
63 63
64clean-api-doc: 64clean-api-doc:
65 $(RM) -r $(DOC_DIR)/api/* 65 $(RM) -r $(DOC_DIR)/api/*