oops, refman.pdf can't be built with DOT

This commit is contained in:
Steffen Jaeckel 2017-07-14 12:13:10 +02:00
parent 0e081d666a
commit 22c13b49d8

View File

@ -14,7 +14,10 @@ LEFTOVERS=*.dvi *.log *.aux *.toc *.idx *.ilg *.ind *.out *.lof
doxygen:
doxygen $(silent_stdout)
doxy: doxygen
patched_doxygen:
(cat Doxyfile && echo "HAVE_DOT=no") | doxygen - $(silent_stdout)
doxy: patched_doxygen
${MAKE} -C doxygen/latex $(silent_stdout) && mv -f doxygen/latex/refman.pdf .
@echo The huge doxygen PDF should be available as doc/refman.pdf