svn commit: r50900 - head/en_US.ISO8859-1/htdocs/internal

Wolfram Schneider wosch at FreeBSD.org
Thu Sep 21 13:58:14 UTC 2017


Author: wosch
Date: Thu Sep 21 13:58:12 2017
New Revision: 50900
URL: https://svnweb.freebsd.org/changeset/doc/50900

Log:
  remove stale homepage.html from build.
  
  The page https://people.freebsd.org/homepage.html
  is generated locally on freefall, and accessed
  by a redirect through the web frontend.
  
  PR: 222491

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	Thu Sep 21 13:23:09 2017	(r50899)
+++ head/en_US.ISO8859-1/htdocs/internal/Makefile	Thu Sep 21 13:58:12 2017	(r50900)
@@ -33,22 +33,6 @@ DOCS+=	working-with-hats.xml
 
 INDEXLINK=	internal.html
 
-# build the list of personal homepages of FreeBSD developers only
-# on the main FreeBSD machines
-hostname!= hostname
-.if !empty(hostname:tl:M*.freebsd.org)
-DOCS+=	homepage.xml
-
-.if !make(install)
-.PHONY: homepage.inc
-.endif
-homepage.inc: homepage.pl
-	${PERL} ${.CURDIR}/homepage.pl > ${.TARGET}
-
-homepage.html:  homepage.inc
-CLEANFILES+=	homepage.inc
-.endif
-
 DATA+=	ssh-keys.asc
 
 .include "${DOC_PREFIX}/share/mk/web.site.mk"


More information about the svn-doc-all mailing list