a1dcb10fa9
- replace all SRCID values by their SVN equivalents (use 0 for nl_NL.ISO8859-1/books/handbook/bsdinstall/chapter.sgml which is WIP) - remove the last few remaining FreeBSDnl tags - update SOURCE values for new website layout, and correct some values
19 lines
361 B
Makefile
19 lines
361 B
Makefile
# $FreeBSD$
|
|
#
|
|
# %SOURCE% en_US.ISO8859-1/flyer/Makefile
|
|
# %SRCID% 38826
|
|
|
|
pdf: dvi ps
|
|
ps2pdf13 -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
|