Skip to content

Commit fe4f904

Browse files
authored
Merge pull request #375 from oparry-ukaea/docs-makefile-fix
Fix a mistake in the docs Makefile.
2 parents 3bad823 + af5812c commit fe4f904

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)