diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-01-08 19:39:03 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-01-08 19:39:03 +0000 |
commit | f1718e93608312bb11bdcda2007af6caf5db8594 (patch) | |
tree | 9e1f5abc034738c611bc9d99ae57ed499d519edc /app-doc | |
parent | almost complete rewrite of ntop ebuild to support ntop 2.0 (diff) | |
download | gentoo-2-f1718e93608312bb11bdcda2007af6caf5db8594.tar.gz gentoo-2-f1718e93608312bb11bdcda2007af6caf5db8594.tar.bz2 gentoo-2-f1718e93608312bb11bdcda2007af6caf5db8594.zip |
update
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 cdfe8afb0b65..f896639b4d32 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.29 2002/01/05 18:09:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.30 2002/01/08 19:39:03 drobbins Exp $ # WARNING: THIS EBUILD SHOULD BE EDITED BY DANIEL ROBBINS ONLY @@ -29,7 +29,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 + for x in build desktop xml-guide portage-user gentoo-howto faq nvidia_tsg openafs cvs-tutorial shots ebuild-submit do xsltproc $TEMPLATE xml/${x}.xml > ${D}${WEBROOT}/doc/${x}.html || die done |