doc/es_ES.ISO8859-1/flyer/Makefile
2019-06-02 22:54:02 +00:00

21 lines
385 B
Makefile

#
# The FreeBSD Documentation Project
# The FreeBSD Spanish Documentation Project
#
# $FreeBSD$
#
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