head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_6_3_0:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_2_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.05.13.10.50.51;	author blackend;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.24.21.19.48;	author blackend;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update of the flyer.  Now 2 layouts are available: the default one using
Beastie and a new one using the FreeBSD Logo.  The selection of the
layout is done in the flyer.tex file via a boolean variable, by default
the Beastie layout is enabled.
Rendered files are available at:
http://people.freebsd.org/~blackend/flyer.pdf
http://people.freebsd.org/~blackend/flyer-logo.pdf
@
text
@# $FreeBSD$
#

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
@


1.1
log
@Say Hello to the FreeBSD Flyer!

Just type:
cd /usr/doc/en_US.ISO8859-1/flyer/ && make pdf
and launch your favorite PDF viewer.

Thanks to people who supported this effort.
@
text
@d11 2
d16 2
a17 1
	rm -f flyer.aux flyer.dvi flyer.log flyer.pdf flyer.ps
@

