diff options
author | pacien | 2017-12-18 17:20:35 +0100 |
---|---|---|
committer | pacien | 2017-12-18 17:20:35 +0100 |
commit | 7af561eccb7b4210e4e8233d53876b7af5607234 (patch) | |
tree | bdb0efbfbf8c184aeff59ccd06d1986fac63e577 /makefile | |
parent | 7beb6bfadb504f8d1d7c1d069986e9eb9cd32673 (diff) | |
download | morpher-7af561eccb7b4210e4e8233d53876b7af5607234.tar.gz |
Force doc rebuild
Signed-off-by: pacien <pacien.trangirard@pacien.net>
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: |