2004-06-23 00:38:11 +02:00
|
|
|
# $FreeBSD$
|
2006-05-20 19:47:39 +02:00
|
|
|
# $FreeBSDde: de-docproj/flyer/Makefile,v 1.2 2006/05/14 12:06:54 jkois Exp $
|
|
|
|
# basiert auf: 1.2
|
2004-06-23 00:38:11 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
pdf: dvi ps
|
|
|
|
ps2pdf13 -sPAPERSIZE=a4 flyer.ps
|
|
|
|
|
|
|
|
ps: dvi
|
|
|
|
dvips -t a4 flyer.dvi -o
|
|
|
|
|
|
|
|
dvi: flyer.tex
|
2006-05-20 19:47:39 +02:00
|
|
|
pngtopnm -mix ../../share/images/flyer/logo-full.png | \
|
|
|
|
pnmtops -noturn > logo-full.eps
|
2004-06-23 00:38:11 +02:00
|
|
|
latex flyer.tex
|
|
|
|
|
|
|
|
clean:
|
2006-05-20 19:47:39 +02:00
|
|
|
rm -f flyer.aux flyer.dvi flyer.log flyer.pdf flyer.ps \
|
|
|
|
logo-full.eps
|