2004-01-26 19:20:06 +01:00
|
|
|
# $FreeBSD$
|
2007-04-15 18:53:32 +02:00
|
|
|
# Original revision: 1.2
|
2004-01-26 19:20:06 +01:00
|
|
|
|
|
|
|
pdf: dvi ps
|
|
|
|
ps2pdf13 -sPAPERSIZE=a4 flyer.ps
|
|
|
|
|
|
|
|
ps: dvi
|
|
|
|
dvips -t a4 flyer.dvi -o
|
|
|
|
|
|
|
|
dvi: flyer.tex
|
2007-04-15 18:53:32 +02:00
|
|
|
pngtopnm -mix ../../share/images/flyer/logo-full.png | \
|
|
|
|
pnmtops -noturn > logo-full.eps
|
2004-01-26 19:20:06 +01:00
|
|
|
latex flyer.tex
|
|
|
|
|
|
|
|
clean:
|
2007-04-15 18:53:32 +02:00
|
|
|
rm -f flyer.aux flyer.dvi flyer.log flyer.pdf flyer.ps \
|
|
|
|
logo-full.eps
|