2005-05-01 11:22:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
# $FreeBSDnl: nl_NL.ISO8859-1/flyer/Makefile,v 1.2 2005/04/30 11:45:54 remko Exp $
|
2007-12-23 12:59:26 +01:00
|
|
|
# Gebaseerd op: 1.2
|
2005-05-01 11:22:23 +02:00
|
|
|
|
|
|
|
pdf: dvi ps
|
|
|
|
ps2pdf13 -sPAPERSIZE=a4 flyer.ps
|
|
|
|
|
|
|
|
ps: dvi
|
|
|
|
dvips -t a4 flyer.dvi -o
|
|
|
|
|
|
|
|
dvi: flyer.tex
|
2007-12-23 12:59:26 +01:00
|
|
|
pngtopnm -mix ../../share/images/flyer/logo-full.png | \
|
|
|
|
pnmtops -noturn > logo-full.eps
|
2005-05-01 11:22:23 +02:00
|
|
|
latex flyer.tex
|
|
|
|
|
|
|
|
clean:
|
2007-12-23 12:59:26 +01:00
|
|
|
rm -f flyer.aux flyer.dvi flyer.log flyer.pdf flyer.ps \
|
|
|
|
logo-full.eps
|