diff --git a/en/Makefile b/en/Makefile index 7341305bc6..42c53e4dc3 100644 --- a/en/Makefile +++ b/en/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/Makefile,v 1.98 2003/08/11 20:50:57 simon Exp $ +# $FreeBSD: www/en/Makefile,v 1.99 2003/10/29 20:42:50 simon Exp $ .if exists(Makefile.conf) .include "Makefile.conf" .endif @@ -91,7 +91,7 @@ WEBDIR?= data DATA+= index.html CLEANFILES+= index.html -index.html: index.xsl news/news.xml news/press.xml includes.xsl news/includes.xsl security/advisories.xml +index.html: index.xsl news/news.xml news/press.xml includes.xsl news/includes.xsl security/advisories.xml ../../doc/share/sgml/mirrors.xml ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ ${.CURDIR}/index.xsl ${.CURDIR}/news/news.xml .if !defined(NO_TIDY) diff --git a/en/includes.xsl b/en/includes.xsl index ab230e24c8..6c9f708c6b 100644 --- a/en/includes.xsl +++ b/en/includes.xsl @@ -1,9 +1,11 @@ - + + + diff --git a/en/index.xsl b/en/index.xsl index 4d5b57213d..dce1994537 100644 --- a/en/index.xsl +++ b/en/index.xsl @@ -1,4 +1,4 @@ - + @@ -6,7 +6,7 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + diff --git a/share/mk/web.site.mk b/share/mk/web.site.mk index f60961335a..7f75457e37 100644 --- a/share/mk/web.site.mk +++ b/share/mk/web.site.mk @@ -1,5 +1,5 @@ # bsd.web.mk -# $FreeBSD: www/share/mk/web.site.mk,v 1.45 2003/05/11 21:24:42 phantom Exp $ +# $FreeBSD: www/share/mk/web.site.mk,v 1.46 2003/06/24 10:24:59 phantom Exp $ # # Build and install a web site. @@ -46,7 +46,7 @@ ISPELL?= ispell ISPELLOPTS?= -l -p /usr/share/dict/freebsd ${ISPELLFLAGS} XSLTPROC?= ${PREFIX}/bin/xsltproc -XSLTPROCOPTS?= -nonet ${XSLTPROCFLAGS} +XSLTPROCOPTS?= --nonet ${XSLTPROCFLAGS} TIDY?= ${PREFIX}/bin/tidy TIDYOPTS?= -i -m -raw -preserve -f /dev/null -asxml ${TIDYFLAGS}