63ab8c6719
- Fix graphics/partio plist problem after doxygen update [2] PR: 194178 [1] Submitted by: maintainer [1] Approved by: mva@ [2]
18 lines
603 B
Text
18 lines
603 B
Text
--- doc/Makefile.in.orig 2014-07-13 13:04:37 UTC
|
|
+++ doc/Makefile.in
|
|
@@ -18,12 +18,14 @@
|
|
VERSION=$(VERSION) ; \
|
|
export VERSION; \
|
|
"$(DOXYGEN)/bin/doxygen"
|
|
- @rm -f ../latex/refman.tex
|
|
@cp doxygen_logo*.gif ../html
|
|
+ifdef HAVE_LATEX
|
|
+ @rm -f ../latex/refman.tex
|
|
@cp Makefile.latex ../latex/Makefile
|
|
@sed -e "s/\$$VERSION/$(VERSION)/g" doxygen_manual.tex >../latex/doxygen_manual.tex
|
|
@sed -e "s/\$$VERSION/$(VERSION)/g" doxygen.sty >../latex/doxygen.sty
|
|
@epstopdf doxygen_logo.eps --outfile=../latex/doxygen_logo.pdf
|
|
+endif # HAVE_LATEX
|
|
|
|
clean:
|
|
rm -rf ../html ../latex *.bak
|