diff --git a/en/hats.ent b/en/hats.ent new file mode 100644 index 0000000000..639ba838b5 --- /dev/null +++ b/en/hats.ent @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Alan Cox'> +Satoshi Asami'> +Bill Fumerola'> +Bruce B. Mah'> +Chern Lee'> +Daniel Harris'> +Dag-Erling Smorgrav'> +Doug Rabson'> +Andrew Gallatin'> +Guido van Rooij'> +Ian Dowse'> +Warner Losh'> +Jake Burkholder'> +Jeff Roberson'> +Chris D. Faulhaber'> +John Baldwin'> +Akinori MUSHA'> +Kris Kennaway'> +Jun Kuriyama'> +Mario Sergio Fujikawa Ferreira'> +Marcel Moolenaar'> +Murray Stokely'> +Michael Lucas'> +Jacques Vidrine'> +Nik Clayton'> +Nick Sayer'> +Takahashi Yoshihiro'> +David O`Brien'> +Peter Wemm'> +Poul-Henning Kamp'> +Ruslan Ermilov'> +Robert Watson'> +Sam Leffler'> +Scott Long'> +Maxim Sobolev'> +Steve Price'> +Thomas Moestl'> +Trevor Johnson'> +Tom Rhodes'> +Wes Peters'> +Will Andrews'> +Wilko Bulte'> \ No newline at end of file diff --git a/en/internal/Makefile b/en/internal/Makefile index c156dfcf40..4e07957404 100644 --- a/en/internal/Makefile +++ b/en/internal/Makefile @@ -1,42 +1,43 @@ -# $FreeBSD: www/en/internal/Makefile,v 1.31 2003/01/04 02:03:58 kuriyama Exp $ +# $FreeBSD: www/en/internal/Makefile,v 1.32 2003/02/07 12:24:17 ceri Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= photos.sgml DOCS+= internal.sgml DOCS+= about.sgml DOCS+= machines.sgml DOCS+= mirror.sgml DOCS+= new-account.sgml +DOCS+= staff.sgml DOCS+= statistic.sgml DOCS+= developer.sgml DOCS+= bylaws.sgml DOCS+= releng.sgml DOCS+= releng45.sgml DOCS+= expire-bits.sgml DOCS+= core-vote.sgml INDEXLINK= internal.html # build the list of personal homepages of FreeBSD developers only # on the main FreeBSD machines hostname!= hostname .if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" || ${hostname} == "www.freebsd.org" DOCS+= homepage.sgml .PHONY: homepage.inc homepage.inc: homepage.pl ${PERL} ${.CURDIR}/homepage.pl > ${.TARGET} homepage.html: homepage.inc CLEANFILES+= homepage.inc .endif DATA+= README.mirror ssh-keys.asc .include "${WEB_PREFIX}/share/mk/web.site.mk"