Backout last revision which should not have been committed, since it

was just my various tests.

Pointyhat++ to:	simon
This commit is contained in:
Simon L. B. Nielsen 2006-05-29 19:43:22 +00:00
parent e3b390333d
commit 90d4f1a69c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27963

View file

@ -13,7 +13,6 @@ 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
@ -23,8 +22,6 @@ 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
@ -45,15 +42,6 @@ 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"