Skip to content

Commit 4eec35a

Browse files
committed
Revert "Rename doxygen Makefile target to avoid clash with docs subdirectory name."
This reverts commit cb173f9.
1 parent e9be6c1 commit 4eec35a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@ sphinx: sphinx-html
1313

1414
.PHONY: breathe-autogen, doxygen-build, clean, html, man, manual, pdf, sphinx, sphinx-html, sphinx-man, sphinx-pdf
1515

16-
sphinx-pdf: doxygen-build
16+
sphinx-pdf: doxygen
1717
$(sphinx-build) -b latex sphinx/ build/
1818
cd build && latexmk -pdf hermes3
1919
test -e hermes3.pdf || ln -s build/hermes3.pdf .
2020
@echo "Documentation is available in `pwd`/hermes3.pdf"
2121

22-
sphinx-html: doxygen-build
22+
sphinx-html: doxygen
2323
$(sphinx-build) -b html sphinx/ html/
2424
@echo "Documentation available in file://`pwd`/html/index.html"
2525

26-
sphinx-man: doxygen-build
26+
sphinx-man: doxygen
2727
$(sphinx-build) -b man sphinx/ man/
2828
@echo "Documentation available in `pwd`/man/hermes3.1"
2929

3030
# Run doxygen, ignore if it fails (leading '-')
31-
doxygen-build:
31+
doxygen:
3232
-cd doxygen && doxygen Doxyfile
3333

3434
# Run breathe-apidoc, ignore if it fails (leading '-')
35-
breathe-autogen: doxygen-build
35+
breathe-autogen: doxygen
3636
-breathe-apidoc -f -o sphinx/_breathe_autogen doxygen/hermes3/xml
3737

3838
clean:

0 commit comments

Comments
 (0)