aboutsummaryrefslogtreecommitdiff
path: root/nl_NL.ISO8859-1/flyer/Makefile
blob: 175e318c5fe3d65d65d27cf8f4b08e13525aaefe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$
#
# %SOURCE%	en_US.ISO8859-1/flyer/Makefile
# %SRCID%	39702

pdf: dvi ps
	ps2pdf -sPAPERSIZE=a4 flyer.ps

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 \
		logo-full.eps