06c4847dc5
books/faq/book.sgml 1.780 -> 1.781 books/handbook/Makefile 1.98 -> 1.100 books/handbook/book.sgml 1.164 -> 1.166 books/handbook/chapters.ent 1.33 -> 1.35 books/handbook/firewalls/chapter.sgml 1.66 -> 1.67 books/handbook/mirrors/chapter.sgml 1.416 -> 1.418 books/handbook/network-servers/chapter.sgml 1.79 -> 1.81 books/handbook/preface/preface.sgml 1.30 -> 1.32 flyer/Makefile 1.1 -> 1.2 flyer/flyer.tex 1.10 -> 1.13 Obtained from: The FreeBSD German Documentation Project.
19 lines
400 B
Makefile
19 lines
400 B
Makefile
# $FreeBSD$
|
|
# $FreeBSDde: de-docproj/flyer/Makefile,v 1.2 2006/05/14 12:06:54 jkois Exp $
|
|
# basiert auf: 1.2
|
|
#
|
|
|
|
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
|