summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-02-26 04:01:26 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-02-26 04:01:26 +0000
commit506344dbe833a43dcec53f7d1908d3958b59d44b (patch)
tree6786a21b3877b9c321e2064af22f709a2fb82d73 /app-doc
parentweb updates (diff)
downloadhistorical-506344dbe833a43dcec53f7d1908d3958b59d44b.tar.gz
historical-506344dbe833a43dcec53f7d1908d3958b59d44b.tar.bz2
historical-506344dbe833a43dcec53f7d1908d3958b59d44b.zip
fixo
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 59468f017418..e2f4acadaff4 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.38 2002/02/26 03:19:20 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.39 2002/02/26 04:01:26 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 build desktop xml-guide portage-user gentoo-howto faq nvidia_tsg openafs cvs-tutorial shots ebuild-submit
+ for x in build desktop xml-guide portage-user gentoo-howto faq nvidia_tsg openafs cvs-tutorial shots ebuild-submit altinstall
do
xsltproc $TEMPLATE xml/${x}.xml > ${D}${WEBROOT}/doc/${x}.html || die
done