mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
559 B
Plaintext
14 lines
559 B
Plaintext
$NetBSD: patch-af,v 1.6 2014/01/02 18:26:36 wiz Exp $
|
|
|
|
--- doc/Makefile.in.orig 2013-10-07 19:20:02.000000000 +0000
|
|
+++ doc/Makefile.in
|
|
@@ -23,7 +23,7 @@ all: language config.doc FORCE
|
|
@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
|
|
+ @@EPSTOPDF@ doxygen_logo.eps --outfile=../latex/doxygen_logo.pdf
|
|
|
|
clean:
|
|
rm -rf ../html ../latex *.bak
|