Try to fix the dependency problems with user_doc. Thanks to James Vega for investigating the cause of this.

darcs-hash:20070324110801-ac50b-ee833df5e34ae4fff8a4adb417647aadb8be9e29.gz
This commit is contained in:
axel 2007-03-24 21:08:01 +10:00
parent f36508837b
commit b5baac8291

View file

@ -296,9 +296,11 @@ debug:
# User documentation, describing the features of the fish shell. # User documentation, describing the features of the fish shell.
# #
# Depend on the sources (*.hdr.in) and manually make the
# intermediate *.hdr and doc.h files if needed
user_doc: $(HDR_FILES) Doxyfile.user user_doc.head.html user_doc: $(HDR_FILES_SRC) Doxyfile.user user_doc.head.html
$(MAKE) doc.h # Depend on the sources (*.hdr) and manually make the intermediate doc.h file if needed $(MAKE) doc.h $(HDR_FILES)
doxygen Doxyfile.user doxygen Doxyfile.user
touch user_doc touch user_doc