doc/en/internal/Makefile
Peter Wemm 01a61279be $Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
1999-09-06 07:03:31 +00:00

39 lines
967 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
DOCS= photos.sgml
DOCS+= internal.sgml
DOCS+= about.sgml
DOCS+= machines.sgml
DOCS+= mirror.sgml
DOCS+= statistic.sgml
DOCS+= developer.sgml
LOCAL= committers-guide.html
committers-guide.html: ../../../doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml
(cd ../../../doc/en_US.ISO_8859-1/articles/committers-guide && make FORMATS=html INSTALL_COMPRESSED='')
cp ../../../doc/en_US.ISO_8859-1/articles/committers-guide/article.html committers-guide.html
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:
perl homepage.pl > ${.TARGET}
homepage.sgml: homepage.inc
CLEANFILES+= homepage.inc
.endif
DATA+= README.mirror
.include "../web.mk"