Skip to content

Commit af5812c

Browse files
committed
Correct a mistake in the docs Makefile that meant the doxygen target wasn't declared as .PHONY.
1 parent 3bad823 commit af5812c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ html: sphinx-html
1111
man: sphinx-man
1212
sphinx: sphinx-html
1313

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

1616
sphinx-pdf: doxygen
1717
$(sphinx-build) -b latex sphinx/ build/

0 commit comments

Comments
 (0)