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
This commit is contained in:
parent
15fe2b624b
commit
2f02f2be8c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50900
1 changed files with 0 additions and 16 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue