mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
only touch user_doc if doxygen installed
If doxygen isn't installed, an empty file called user_doc will be created. If doxygen is later installed, the documentation will not generate correctly.
This commit is contained in:
parent
71f8960ef1
commit
6681f3bfec
1 changed files with 1 additions and 2 deletions
|
@ -337,8 +337,7 @@ prof:
|
||||||
|
|
||||||
user_doc: $(HDR_FILES_SRC) Doxyfile.user user_doc.head.html $(HELP_SRC)
|
user_doc: $(HDR_FILES_SRC) Doxyfile.user user_doc.head.html $(HELP_SRC)
|
||||||
$(MAKE) doc.h $(HDR_FILES)
|
$(MAKE) doc.h $(HDR_FILES)
|
||||||
- doxygen Doxyfile.user
|
- doxygen Doxyfile.user && touch user_doc
|
||||||
touch user_doc
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue