Change to allow building without doxygen

This commit is contained in:
ridiculousfish 2012-02-20 16:18:10 -08:00
parent d5c382bb1a
commit d9bb9b73ad

View file

@ -326,10 +326,11 @@ prof:
# Depend on the sources (*.hdr.in) and manually make the
# intermediate *.hdr and doc.h files if needed
# Allow doxygen to fail, e.g. if it does not exist
user_doc: $(HDR_FILES_SRC) Doxyfile.user user_doc.head.html $(HELP_SRC)
$(MAKE) doc.h $(HDR_FILES)
doxygen Doxyfile.user
doxygen Doxyfile.user ; true
touch user_doc