Build homepage.html on www.FreeBSD.org.

Reviewed by:	kuriyama
This commit is contained in:
Ceri Davies 2003-02-07 12:24:17 +00:00
parent 338cc1cdbf
commit cb62dcc808
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15941

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/internal/Makefile,v 1.30 2002/04/06 15:35:30 rwatson Exp $
# $FreeBSD: www/en/internal/Makefile,v 1.31 2003/01/04 02:03:58 kuriyama Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -26,7 +26,7 @@ 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"
.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" || ${hostname} == "www.freebsd.org"
DOCS+= homepage.sgml
.PHONY: homepage.inc