From 7af561eccb7b4210e4e8233d53876b7af5607234 Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 18 Dec 2017 17:20:35 +0100 Subject: Force doc rebuild Signed-off-by: pacien --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 33706f3..906516f 100644 --- a/makefile +++ b/makefile @@ -57,8 +57,8 @@ clean-bin: .PHONY: api-doc clean-api-doc api-doc: - naturaldocs --project $(DOC_DIR)/gen/ --output HTML $(DOC_DIR)/api/ \ - --input $(INCLUDE_DIR) --input $(DOC_DIR)/topics/ + naturaldocs --rebuild --project $(DOC_DIR)/gen/ --output HTML $(DOC_DIR)/api/ \ + --input $(INCL_DIR) --input $(DOC_DIR)/topics/ $(RM) $(DOC_DIR)/gen/Menu.txt clean-api-doc: -- cgit v1.2.3