doc/en/internal/Makefile
Robert Watson c79afc87fa Document commit bit expiration policy, per Warner's post in February.
Prompted due to questions from:	ceri
2002-04-06 15:35:30 +00:00

41 lines
940 B
Makefile

# $FreeBSD: www/en/internal/Makefile,v 1.29 2002/03/06 21:22:10 jim 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+= statistic.sgml
DOCS+= developer.sgml
DOCS+= bylaws.sgml
DOCS+= releng.sgml
DOCS+= releng45.sgml
DOCS+= expire-bits.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"
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"