svn commit: r39833 - head/en_US.ISO8859-1/htdocs/internal
Hiroki Sato
hrs at FreeBSD.org
Mon Oct 29 01:15:07 UTC 2012
Author: hrs
Date: Mon Oct 29 01:15:07 2012
New Revision: 39833
URL: http://svn.freebsd.org/changeset/doc/39833
Log:
Fix homepage.html build. It had been ignored for a long time due to hostname
change of the build box.
Modified:
head/en_US.ISO8859-1/htdocs/internal/Makefile
Modified: head/en_US.ISO8859-1/htdocs/internal/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/internal/Makefile Mon Oct 29 01:01:01 2012 (r39832)
+++ head/en_US.ISO8859-1/htdocs/internal/Makefile Mon Oct 29 01:15:07 2012 (r39833)
@@ -32,7 +32,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" || ${hostname} == "www.freebsd.org"
+.if !empty(hostname:M*.freebsd.org)
DOCS+= homepage.xml
.if !make(install)
More information about the svn-doc-head
mailing list