Move lists of FreeBSD mirror sites to doc/share/sgml/mirrors.xml

(currently en_US.ISO8859-1/books/handbook/mirrors and
www/en/index.xsl use it).

Reviewed by:	simon
Discussed on:	-doc
This commit is contained in:
Hiroki Sato 2003-11-16 18:56:24 +00:00
parent a2865b16c5
commit f19f8b9c34
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18880
4 changed files with 38 additions and 107 deletions

View file

@ -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}