diff options
author | Adam NAILI | 2017-12-27 17:19:23 +0100 |
---|---|---|
committer | Adam NAILI | 2017-12-27 17:19:23 +0100 |
commit | f39e6e3be66ff6077dd83094850232a46a21e624 (patch) | |
tree | b201d6718cd2c550b4ba5ff8e12b084a7171f0c5 /makefile | |
parent | ee98053ef83869033713c8c7d6d487457d6443d8 (diff) | |
parent | f5ff85f3c7e7d6bf11a423c497d2b3ce76cfafd8 (diff) | |
download | morpher-f39e6e3be66ff6077dd83094850232a46a21e624.tar.gz |
Merge remote-tracking branch 'origin/master' into gui
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -57,8 +57,8 @@ clean-bin: | |||
57 | .PHONY: api-doc clean-api-doc | 57 | .PHONY: api-doc clean-api-doc |
58 | 58 | ||
59 | api-doc: | 59 | api-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 | ||
64 | clean-api-doc: | 64 | clean-api-doc: |