diff --git a/en/internal/Makefile b/en/internal/Makefile index c0a1f366ee..640507fc8d 100644 --- a/en/internal/Makefile +++ b/en/internal/Makefile @@ -1,59 +1,47 @@ # $FreeBSD: www/en/internal/Makefile,v 1.44 2005/08/19 16:24:02 murray Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= photos.sgml DOCS+= internal.sgml DOCS+= about.sgml DOCS+= machines.sgml DOCS+= mirror.sgml DOCS+= new-account.sgml -DOCS+= new-mailinglist.sgml DOCS+= statistic.sgml DOCS+= developer.sgml DOCS+= bylaws.sgml DOCS+= releng.sgml DOCS+= expire-bits.sgml DOCS+= core-vote.sgml DOCS+= doceng.sgml DOCS+= rtp.sgml DOCS+= policies.sgml -DOCS+= builds.sgml -DOCS+= buildstatus.sgml DOCS+= fortunes.sgml 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" DOCS+= homepage.sgml .if !make(install) .PHONY: homepage.inc .endif homepage.inc: homepage.pl ${PERL} ${.CURDIR}/homepage.pl > ${.TARGET} homepage.html: homepage.inc CLEANFILES+= homepage.inc .endif -buildstatus.html: buildstatus.xsl builds.xml ../includes.xsl - ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ - ${.CURDIR}/buildstatus.xsl ${.CURDIR}/builds.xml -.if !defined(NO_TIDY) - -${TIDY} ${TIDYOPTS} ${.TARGET} -.endif - -DATA+= buildstatus.html -CLEANFILES+= buildstatus.html DATA+= README.mirror ssh-keys.asc .include "${WEB_PREFIX}/share/mk/web.site.mk"