mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Change to allow building without doxygen
This commit is contained in:
parent
d5c382bb1a
commit
d9bb9b73ad
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue