diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-05-15 17:09:29 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-05-15 17:09:29 +0000 |
commit | 690568e99de27c5c2597d98e51b35b57aac048a6 (patch) | |
tree | 7e6be6295d573ec31597e2698012a4b1e9559759 /app-doc | |
parent | ibiblio image update code added (diff) | |
download | gentoo-2-690568e99de27c5c2597d98e51b35b57aac048a6.tar.gz gentoo-2-690568e99de27c5c2597d98e51b35b57aac048a6.tar.bz2 gentoo-2-690568e99de27c5c2597d98e51b35b57aac048a6.zip |
missing stuff (mirroring doc)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/gentoo-web/gentoo-web-2.2.ebuild | 4 |
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 3b46c22371e2..3d085b9c188f 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.52 2002/05/15 17:08:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.53 2002/05/15 17:09:29 drobbins Exp $ # WARNING: THIS EBUILD SHOULD BE EDITED BY DANIEL ROBBINS ONLY @@ -38,7 +38,7 @@ src_install() { insinto ${WEBROOT}/doc cd ${S} local x - 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 + 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 build-fr desktop-fr portage-manual-fr portage-user-fr faq-fr nvidia_tsg-fr altinstall-fr rc-scripts-fr do xsltproc $TEMPLATE xml/${x}.xml > ${D}${WEBROOT}/doc/${x}.html || die done |