summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-05-05 01:29:09 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-05-05 01:29:09 +0000
commitd313bce68e66cc7bbf06b46eff562aadd5e9eef4 (patch)
treeb34e857e2d1ab65bb9c3e5143d7c5289d37a4811 /app-doc
parentAdded LICENSE, SLOT, $Headers, pam_stack aware pam.d/ file. (diff)
downloadhistorical-d313bce68e66cc7bbf06b46eff562aadd5e9eef4.tar.gz
historical-d313bce68e66cc7bbf06b46eff562aadd5e9eef4.tar.bz2
historical-d313bce68e66cc7bbf06b46eff562aadd5e9eef4.zip
added mirroring instructions for rsync
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/gentoo-web/gentoo-web-2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/gentoo-web/gentoo-web-2.2.ebuild b/app-doc/gentoo-web/gentoo-web-2.2.ebuild
index df0ff2224a0a..62a114d041fb 100644
--- a/app-doc/gentoo-web/gentoo-web-2.2.ebuild
+++ b/app-doc/gentoo-web/gentoo-web-2.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc. Distributed under the terms
# of the GNU General Public License, v2 or later
# Author: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.50 2002/05/03 18:08:55 meekrob Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.51 2002/05/05 01:29:09 drobbins Exp $
# WARNING: THIS EBUILD SHOULD BE EDITED BY DANIEL ROBBINS ONLY
@@ -34,7 +34,7 @@ src_install() {
insinto ${WEBROOT}/doc
cd ${S}
local x
- for x in gentooppc-quickstart use-howto gentoo-security rc-scripts java eclass-howto build desktop xml-guide portage-manual portage-user gentoo-howto faq nvidia_tsg openafs cvs-tutorial shots ebuild-submit altinstall uml nano-basics-guide
+ for x in mirroring gentooppc-quickstart use-howto gentoo-security rc-scripts java eclass-howto build desktop xml-guide portage-manual portage-user gentoo-howto faq nvidia_tsg openafs cvs-tutorial shots ebuild-submit altinstall uml nano-basics-guide
do
xsltproc $TEMPLATE xml/${x}.xml > ${D}${WEBROOT}/doc/${x}.html || die
done