aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2006-05-29 19:43:22 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2006-05-29 19:43:22 +0000
commit90d4f1a69c45d1cb70c9dcccc2f28bd80515dc0e (patch)
tree9053261c482dc0b67d5ca1cf5491755a5752f847
parente3b390333d7aff156af2b974f7c0c77af293de2b (diff)
downloaddoc-90d4f1a69c45d1cb70c9dcccc2f28bd80515dc0e.tar.gz
doc-90d4f1a69c45d1cb70c9dcccc2f28bd80515dc0e.zip
Backout last revision which should not have been committed, since it
was just my various tests. Pointyhat++ to: simon
Notes
Notes: svn path=/www/; revision=27963
-rw-r--r--en/internal/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/en/internal/Makefile b/en/internal/Makefile
index c0a1f366ee..640507fc8d 100644
--- a/en/internal/Makefile
+++ b/en/internal/Makefile
@@ -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"