2004-01-24 22:19:48 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
pdf: dvi ps
|
2012-10-07 22:33:22 +02:00
|
|
|
ps2pdf -sPAPERSIZE=a4 flyer.ps
|
2004-01-24 22:19:48 +01:00
|
|
|
|
|
|
|
ps: dvi
|
|
|
|
dvips -t a4 flyer.dvi -o
|
|
|
|
|
|
|
|
dvi: flyer.tex
|
2006-05-13 12:50:51 +02:00
|
|
|
pngtopnm -mix ../../share/images/flyer/logo-full.png | \
|
|
|
|
pnmtops -noturn > logo-full.eps
|
2004-01-24 22:19:48 +01:00
|
|
|
latex flyer.tex
|
|
|
|
|
|
|
|
clean:
|
2006-05-13 12:50:51 +02:00
|
|
|
rm -f flyer.aux flyer.dvi flyer.log flyer.pdf flyer.ps \
|
|
|
|
logo-full.eps
|