From 496a5997605b332a0c5e32c5cb5d00845ba832e8 Mon Sep 17 00:00:00 2001 From: Grant Goodyear Date: Sat, 6 Jul 2002 05:35:50 +0000 Subject: Include docs! --- net-www/roundup/roundup-0.4.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-www/roundup/roundup-0.4.2.ebuild b/net-www/roundup/roundup-0.4.2.ebuild index bda08c14a8ea..f5936b7cc007 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 -# $Header: /var/cvsroot/gentoo-x86/net-www/roundup/roundup-0.4.2.ebuild,v 1.1 2002/07/06 04:38:09 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/roundup/roundup-0.4.2.ebuild,v 1.2 2002/07/06 05:35:50 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,7 @@ src_compile() { src_install() { python setup.py install --root=${D} --prefix=/usr || die - dodoc CHANGES.txt PKG-INFO README.txt TODO.txt + dodoc CHANGES.txt PKG-INFO README.txt TODO.txt doc/* } pkg_postinst() { -- cgit v1.2.3-65-gdbad