From 9eb182696118aed9763e446463ab25a951aa527a Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 1 Nov 2006 20:31:12 +1000 Subject: [PATCH] Update to buildscripts to fix dependency issues caused by new documentation layout darcs-hash:20061101103112-ac50b-8ee49c3031b7802822c95ffcfee26d10e1870ed1.gz --- Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index a9492491b..46533b50c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -193,8 +193,9 @@ TEST_IN := $(wildcard tests/test*.in) # Files in ./doc_src/ # -DOC_SRC_DIR_FILES := doc_src/Doxyfile.in doc_src/doc.hdr \ - $(BUILTIN_DOC_SRC) $(CMD_DOC_SRC) +DOC_SRC_DIR_FILES := doc_src/Doxyfile.in doc_src/index.hdr \ + doc_src/license.hdr doc_src/faq.hdr doc_src/design.hdr \ + $(BUILTIN_DOC_SRC) $(CMD_DOC_SRC) # @@ -313,7 +314,7 @@ debug: # user_doc: $(HDR_FILES) Doxyfile.user user_doc.head.html $(CMD_DOC_SRC) $(BUILTIN_DOC_SRC) - $(MAKE) doc.h # Depend on the source (doc.hdr) and manually make the intermediate as needed + $(MAKE) doc.h # Depend on the sources (*.hdr) and manually make the intermediate as needed doxygen Doxyfile.user touch user_doc