diff options
author | 2002-04-18 02:14:42 +0000 | |
---|---|---|
committer | 2002-04-18 02:14:42 +0000 | |
commit | ffb410b08a9caff0ba2c18dfcf192d089c31a327 (patch) | |
tree | 3d18ce96461c6f091ade804a8ce61a6544da70c4 /app-doc | |
parent | removed xpm dependency (diff) | |
download | historical-ffb410b08a9caff0ba2c18dfcf192d089c31a327.tar.gz historical-ffb410b08a9caff0ba2c18dfcf192d089c31a327.tar.bz2 historical-ffb410b08a9caff0ba2c18dfcf192d089c31a327.zip |
new eclass-howto
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 bbd438091f27..b7526b33f6e3 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.46 2002/04/15 20:41:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.47 2002/04/18 02:14:42 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-manual portage-user gentoo-howto faq nvidia_tsg openafs cvs-tutorial shots ebuild-submit altinstall uml + for x in eclass-howto build desktop xml-guide portage-manual portage-user gentoo-howto faq nvidia_tsg openafs cvs-tutorial shots ebuild-submit altinstall uml do xsltproc $TEMPLATE xml/${x}.xml > ${D}${WEBROOT}/doc/${x}.html || die done |