diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-08-26 21:20:18 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-08-26 21:20:18 +0000 |
commit | edf4bb83c896af7ee710cf77a165f9dff0d69437 (patch) | |
tree | ee5e05ed6059b92f563948436c8f59389e7e4ccc /net-p2p | |
parent | Removed GTK+ dependency which should not be needed. (diff) | |
download | historical-edf4bb83c896af7ee710cf77a165f9dff0d69437.tar.gz historical-edf4bb83c896af7ee710cf77a165f9dff0d69437.tar.bz2 historical-edf4bb83c896af7ee710cf77a165f9dff0d69437.zip |
documentation install fixes. Fixes #6997. Submitted by SpanKY
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dchub/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/dchub/dchub-0.1.1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/dchub/ChangeLog b/net-p2p/dchub/ChangeLog index 254d149e8f01..b7240dc5dc9c 100644 --- a/net-p2p/dchub/ChangeLog +++ b/net-p2p/dchub/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for net-p2p/dchub # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.2 2002/07/26 05:08:24 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.3 2002/08/26 21:20:18 rphillips Exp $ *dchub-0.1.1 (19 Jul 2002) + 26 Aug 2002; Ryan Phillips <rphillips@gentoo.org> : + + fixes to documentation installation. Fixes #6997. + Submitted by vapier at netzero.com + 24 Jul 2002; Mark Guertin <gerk@gentoo.org> : Added ppc to keywords diff --git a/net-p2p/dchub/dchub-0.1.1.ebuild b/net-p2p/dchub/dchub-0.1.1.ebuild index 478baaa54bf0..2b995323e76f 100644 --- a/net-p2p/dchub/dchub-0.1.1.ebuild +++ b/net-p2p/dchub/dchub-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.1.1.ebuild,v 1.2 2002/07/26 05:08:26 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.1.1.ebuild,v 1.3 2002/08/26 21:20:18 rphillips Exp $ S="${WORKDIR}/${P}" @@ -25,7 +25,6 @@ src_compile() { src_install() { einstall || die "install problem" - dodoc -r Documentation - + dodoc Documentation/* dodoc AUTHORS COPYING ChangeLog KNOWN_BUGS NEWS README TODO } |