diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-07-06 05:39:52 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-07-06 05:39:52 +0000 |
commit | 47064a7f8520e6b9a0a3f428b5fc4ab21b4f2ca6 (patch) | |
tree | 6487bd975f19bc9f506786b7916ae4b9643b5b88 /net-www | |
parent | Include docs! (diff) | |
download | gentoo-2-47064a7f8520e6b9a0a3f428b5fc4ab21b4f2ca6.tar.gz gentoo-2-47064a7f8520e6b9a0a3f428b5fc4ab21b4f2ca6.tar.bz2 gentoo-2-47064a7f8520e6b9a0a3f428b5fc4ab21b4f2ca6.zip |
Whoops, don't gz the html docs!
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/roundup/roundup-0.4.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-www/roundup/roundup-0.4.2.ebuild b/net-www/roundup/roundup-0.4.2.ebuild index f5936b7cc007..26530282c33b 100644 --- a/net-www/roundup/roundup-0.4.2.ebuild +++ b/net-www/roundup/roundup-0.4.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Grant Goodyear <g2boojum@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/roundup/roundup-0.4.2.ebuild,v 1.2 2002/07/06 05:35:50 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/roundup/roundup-0.4.2.ebuild,v 1.3 2002/07/06 05:39:52 g2boojum Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Simple-to-use and -install issue-tracking system with command-line, web, and e-mail interfaces." @@ -19,7 +19,8 @@ src_compile() { src_install() { python setup.py install --root=${D} --prefix=/usr || die - dodoc CHANGES.txt PKG-INFO README.txt TODO.txt doc/* + dodoc CHANGES.txt PKG-INFO README.txt TODO.txt doc/*.txt + dohtml doc/*.html } pkg_postinst() { |