Index: head/fr_FR.ISO8859-1/htdocs/internal/Makefile =================================================================== --- head/fr_FR.ISO8859-1/htdocs/internal/Makefile (revision 50924) +++ head/fr_FR.ISO8859-1/htdocs/internal/Makefile (revision 50925) @@ -1,47 +1,33 @@ # $FreeBSD$ # The FreeBSD French Documentation Project # Original revision: 1.38 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= photos.xml DOCS+= internal.xml DOCS+= about.xml DOCS+= machines.xml DOCS+= mirror.xml DOCS+= new-account.xml DOCS+= statistic.xml DOCS+= developer.xml DOCS+= bylaws.xml DOCS+= releng.xml DOCS+= expire-bits.xml DOCS+= core-vote.xml # DOCS+= trb-dispute.xml # DOCS+= doceng.xml # DOCS+= rtp.xml 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.xml -.PHONY: homepage.inc - -homepage.inc: ${DOC_PREFIX}/en_US.ISO8859-1/htdocs/internal/homepage.pl - ${PERL} ${DOC_PREFIX}/en_US.ISO8859-1/htdocs/internal/homepage.pl > ${.TARGET} - -homepage.html: homepage.inc -CLEANFILES+= homepage.inc -.endif - # DATA+= README.mirror ssh-keys.asc .include "${DOC_PREFIX}/share/mk/web.site.mk" Index: head/ru_RU.KOI8-R/htdocs/internal/Makefile =================================================================== --- head/ru_RU.KOI8-R/htdocs/internal/Makefile (revision 50924) +++ head/ru_RU.KOI8-R/htdocs/internal/Makefile (revision 50925) @@ -1,54 +1,38 @@ # # The FreeBSD Russian Documentation Project # # $FreeBSD$ # $FreeBSDru: frdp/www/ru/internal/Makefile,v 1.11 2006/02/10 12:57:39 marck Exp $ # # Original revision: 1.44 # .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= photos.xml DOCS+= internal.xml DOCS+= about.xml DOCS+= machines.xml DOCS+= mirror.xml DOCS+= new-account.xml DOCS+= statistic.xml DOCS+= developer.xml DOCS+= bylaws.xml DOCS+= releng.xml DOCS+= expire-bits.xml DOCS+= core-vote.xml DOCS+= doceng.xml DOCS+= rtp.xml DOCS+= policies.xml DOCS+= fortunes.xml 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.xml - -.if !make(install) -.PHONY: homepage.inc -.endif -homepage.inc: ${DOC_PREFIX}/en_US.ISO8859-1/htdocs/internal/homepage.pl - ${PERL} ${DOC_PREFIX}/en_US.ISO8859-1/htdocs/internal/homepage.pl > ${.TARGET} - -homepage.html: homepage.inc -CLEANFILES+= homepage.inc -.endif - DATA+= README.mirror .include "${DOC_PREFIX}/share/mk/web.site.mk"