Update to r45188:

We no longer publish the list of CVSup mirrors in the
handbook anywhere, so stop generating the raw mirror list files.
This commit is contained in:
Bjoern Heidotting 2016-07-12 14:46:20 +00:00
parent 1ed73a5150
commit 7c45c9bbfe
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49102
2 changed files with 2 additions and 14 deletions

View file

@ -1,7 +1,7 @@
# #
# $FreeBSD$ # $FreeBSD$
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.67 2011/12/31 12:27:25 bcr Exp $ # $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.67 2011/12/31 12:27:25 bcr Exp $
# basiert auf: r44889 # basiert auf: r45188
# #
# Build the FreeBSD Handbook in its German translation. # Build the FreeBSD Handbook in its German translation.
# #
@ -294,8 +294,6 @@ DOC_PREFIX?= ${.CURDIR}/../../..
XMLDOCS= lastmod:::mirrors.lastmod.inc \ XMLDOCS= lastmod:::mirrors.lastmod.inc \
mirrors-ftp-index:::mirrors.xml.ftp.index.inc \ mirrors-ftp-index:::mirrors.xml.ftp.index.inc \
mirrors-ftp:::mirrors.xml.ftp.inc \ mirrors-ftp:::mirrors.xml.ftp.inc \
mirrors-cvsup-index:::mirrors.xml.cvsup.index.inc \
mirrors-cvsup:::mirrors.xml.cvsup.inc \
eresources-index:::eresources.xml.www.index.inc \ eresources-index:::eresources.xml.www.index.inc \
eresources:::eresources.xml.www.inc eresources:::eresources.xml.www.inc
DEPENDSET.DEFAULT= transtable mirror DEPENDSET.DEFAULT= transtable mirror
@ -309,12 +307,6 @@ PARAMS.mirrors-ftp-index+= --param 'type' "'ftp'" \
PARAMS.mirrors-ftp+= --param 'type' "'ftp'" \ PARAMS.mirrors-ftp+= --param 'type' "'ftp'" \
--param 'proto' "'ftp'" \ --param 'proto' "'ftp'" \
--param 'target' "'handbook/mirrors/chapter.xml'" --param 'target' "'handbook/mirrors/chapter.xml'"
PARAMS.mirrors-cvsup-index+= --param 'type' "'cvsup'" \
--param 'proto' "'cvsup'" \
--param 'target' "'index'"
PARAMS.mirrors-cvsup+= --param 'type' "'cvsup'" \
--param 'proto' "'cvsup'" \
--param 'target' "'handbook/mirrors/chapter.xml'"
PARAMS.eresources-index+= --param 'type' "'www'" \ PARAMS.eresources-index+= --param 'type' "'www'" \
--param 'proto' "'http'" \ --param 'proto' "'http'" \
--param 'target' "'index'" --param 'target' "'index'"
@ -325,8 +317,6 @@ PARAMS.eresources+= --param 'type' "'www'" \
SRCS+= mirrors.lastmod.inc \ SRCS+= mirrors.lastmod.inc \
mirrors.xml.ftp.inc \ mirrors.xml.ftp.inc \
mirrors.xml.ftp.index.inc \ mirrors.xml.ftp.index.inc \
mirrors.xml.cvsup.inc \
mirrors.xml.cvsup.index.inc \
eresources.xml.www.inc \ eresources.xml.www.inc \
eresources.xml.www.index.inc eresources.xml.www.index.inc

View file

@ -10,7 +10,7 @@
$FreeBSD$ $FreeBSD$
$FreeBSDde: de-docproj/books/handbook/chapters.ent,v 1.34 2011/10/08 16:47:33 jkois Exp $ $FreeBSDde: de-docproj/books/handbook/chapters.ent,v 1.34 2011/10/08 16:47:33 jkois Exp $
basiert auf: r42953 basiert auf: r45188
--> -->
<!ENTITY % not.published "INCLUDE"> <!ENTITY % not.published "INCLUDE">
@ -60,7 +60,6 @@
<!-- Teil Fuenf (Anhang) --> <!-- Teil Fuenf (Anhang) -->
<!ENTITY chap.mirrors SYSTEM "mirrors/chapter.xml"> <!ENTITY chap.mirrors SYSTEM "mirrors/chapter.xml">
<!ENTITY chap.mirrors.ftp.inc SYSTEM "mirrors.xml.ftp.inc"> <!ENTITY chap.mirrors.ftp.inc SYSTEM "mirrors.xml.ftp.inc">
<!ENTITY chap.mirrors.cvsup.inc SYSTEM "mirrors.xml.cvsup.inc">
<!ENTITY chap.bibliography SYSTEM "bibliography/chapter.xml"> <!ENTITY chap.bibliography SYSTEM "bibliography/chapter.xml">
<!ENTITY chap.eresources SYSTEM "eresources/chapter.xml"> <!ENTITY chap.eresources SYSTEM "eresources/chapter.xml">
<!ENTITY chap.eresources.www.inc SYSTEM "eresources.xml.www.inc"> <!ENTITY chap.eresources.www.inc SYSTEM "eresources.xml.www.inc">
@ -70,7 +69,6 @@
<!ENTITY chap.mirrors.lastmod.inc SYSTEM "mirrors.lastmod.inc"> <!ENTITY chap.mirrors.lastmod.inc SYSTEM "mirrors.lastmod.inc">
<!ENTITY chap.mirrors.ftp.index.inc SYSTEM "mirrors.xml.ftp.index.inc"> <!ENTITY chap.mirrors.ftp.index.inc SYSTEM "mirrors.xml.ftp.index.inc">
<!ENTITY chap.mirrors.cvsup.index.inc SYSTEM "mirrors.xml.cvsup.index.inc">
<!ENTITY chap.eresources.www.index.inc SYSTEM "eresources.xml.www.index.inc"> <!ENTITY chap.eresources.www.index.inc SYSTEM "eresources.xml.www.index.inc">
<!ENTITY chap.colophon SYSTEM "colophon.xml"> <!ENTITY chap.colophon SYSTEM "colophon.xml">