diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-01-05 01:12:23 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-01-05 01:12:23 +0000 |
commit | cc244f231a07834cec378f5be22e0e50c973f507 (patch) | |
tree | 6fc48599647ec855aa404c6dd790f1f2203d7b49 /app-doc | |
parent | updates (diff) | |
download | gentoo-2-cc244f231a07834cec378f5be22e0e50c973f507.tar.gz gentoo-2-cc244f231a07834cec378f5be22e0e50c973f507.tar.bz2 gentoo-2-cc244f231a07834cec378f5be22e0e50c973f507.zip |
update
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/gentoo-web/gentoo-web-2.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-doc/gentoo-web/gentoo-web-2.2.ebuild b/app-doc/gentoo-web/gentoo-web-2.2.ebuild index ccd673597c22..8fe1a9f1760e 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.27 2002/01/05 01:07:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.28 2002/01/05 01:12:23 drobbins Exp $ # WARNING: THIS EBUILD SHOULD BE EDITED BY DANIEL ROBBINS ONLY @@ -68,6 +68,7 @@ src_install() { xsltproc $TEMPLATE xml/main-about.xml > ${D}${WEBROOT}/index-about.html || die xsltproc $TEMPLATE xml/main-download.xml > ${D}${WEBROOT}/index-download.html || die xsltproc $TEMPLATE xml/main-projects.xml > ${D}${WEBROOT}/index-projects.html || die + xsltproc $TEMPLATE xml/main-docs.xml > ${D}${WEBROOT}/index-docs.html || die doins css/main-new.css css/resume.css |