Build homepage.html on www.FreeBSD.org.
Reviewed by: kuriyama
This commit is contained in:
parent
338cc1cdbf
commit
cb62dcc808
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15941
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue