mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 01:32:53 +08:00
Change to allow building without doxygen
This commit is contained in:
parent
d5c382bb1a
commit
d9bb9b73ad
|
@ -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 New Issue
Block a user