doc/en/internal/Makefile
Murray Stokely 03d68a9511 Add a page about the Release Engineering process to the internal
section of the FreeBSD website (www.freebsd.org/internal).

This page documents the administrative aspects of FreeBSD releases,
including the CVS operations required, a list of files that must be
updated for each release, information about the contents of each disc
on the 4 disc set, and so on ..

Comments and additions are welcome.

Reviewed by:	phk, bmah, and others.
2001-11-30 19:08:53 +00:00

38 lines
870 B
Makefile

# $FreeBSD: www/en/internal/Makefile,v 1.26 2001/11/16 19:50:58 jhb 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+= statistic.sgml
DOCS+= developer.sgml
DOCS+= bylaws.sgml
DOCS+= releng.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"