diff options
Diffstat (limited to 'it_IT.ISO8859-15/flyer/Makefile')
-rw-r--r-- | it_IT.ISO8859-15/flyer/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/it_IT.ISO8859-15/flyer/Makefile b/it_IT.ISO8859-15/flyer/Makefile index 5d958266f0..178b719036 100644 --- a/it_IT.ISO8859-15/flyer/Makefile +++ b/it_IT.ISO8859-15/flyer/Makefile @@ -1,4 +1,5 @@ # $FreeBSD$ +# Original revision: 1.2 pdf: dvi ps ps2pdf13 -sPAPERSIZE=a4 flyer.ps @@ -7,7 +8,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
\ No newline at end of file + rm -f flyer.aux flyer.dvi flyer.log flyer.pdf flyer.ps \ + logo-full.eps |