diff options
Diffstat (limited to 'de_DE.ISO8859-1/flyer/Makefile')
-rw-r--r-- | de_DE.ISO8859-1/flyer/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/de_DE.ISO8859-1/flyer/Makefile b/de_DE.ISO8859-1/flyer/Makefile index 51f7917256..7d72e86fa9 100644 --- a/de_DE.ISO8859-1/flyer/Makefile +++ b/de_DE.ISO8859-1/flyer/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -# $FreeBSDde: de-docproj/flyer/Makefile,v 1.1 2004/06/22 21:35:22 brueffer Exp $ -# basiert auf: 1.1 +# $FreeBSDde: de-docproj/flyer/Makefile,v 1.2 2006/05/14 12:06:54 jkois Exp $ +# basiert auf: 1.2 # pdf: dvi ps @@ -10,7 +10,10 @@ ps: dvi dvips -t a4 flyer.dvi -o dvi: flyer.tex + pngtopnm -mix ../../share/images/flyer/logo-full.png | \ + pnmtops -noturn > logo-full.eps latex flyer.tex clean: - rm -f flyer.aux flyer.dvi flyer.log flyer.pdf flyer.ps + rm -f flyer.aux flyer.dvi flyer.log flyer.pdf flyer.ps \ + logo-full.eps |