From 8ab1d0254c1a4550ebcb77b027fcc76f00ca71e6 Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 21 Apr 2007 18:12:44 +1000 Subject: [PATCH] Add missing help building dependency darcs-hash:20070421081244-ac50b-e78d648a50ec2ec48ef6bf95f5540e3c1a684633.gz --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 21d7d612b..3ac8669e7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -299,7 +299,7 @@ debug: # Depend on the sources (*.hdr.in) and manually make the # intermediate *.hdr and doc.h files if needed -user_doc: $(HDR_FILES_SRC) Doxyfile.user user_doc.head.html +user_doc: $(HDR_FILES_SRC) Doxyfile.user user_doc.head.html $(HELP_SRC) $(MAKE) doc.h $(HDR_FILES) doxygen Doxyfile.user touch user_doc