diff options
author | 2004-03-06 14:58:38 +0000 | |
---|---|---|
committer | 2004-03-06 14:58:38 +0000 | |
commit | 6522daa1ba914156954b3c347003f5a00075f516 (patch) | |
tree | 82b48c313b51e6b5f153192b87a665df4bf2cdb0 /net-misc/logjam/logjam-4.3.2.ebuild | |
parent | version bump (#43467) (diff) | |
download | historical-6522daa1ba914156954b3c347003f5a00075f516.tar.gz historical-6522daa1ba914156954b3c347003f5a00075f516.tar.bz2 historical-6522daa1ba914156954b3c347003f5a00075f516.zip |
minor doc fixes
Diffstat (limited to 'net-misc/logjam/logjam-4.3.2.ebuild')
-rw-r--r-- | net-misc/logjam/logjam-4.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/logjam/logjam-4.3.2.ebuild b/net-misc/logjam/logjam-4.3.2.ebuild index 5bbb6502d495..61ed4d17af4f 100644 --- a/net-misc/logjam/logjam-4.3.2.ebuild +++ b/net-misc/logjam/logjam-4.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/logjam-4.3.2.ebuild,v 1.1 2004/03/06 14:56:35 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/logjam-4.3.2.ebuild,v 1.2 2004/03/06 14:58:38 liquidx Exp $ IUSE="xmms spell gtkhtml" @@ -31,5 +31,5 @@ src_compile () { src_install () { make DESTDIR=${D} install || die - dodoc README TODO ChangeLog COPYING AUTHORS + dodoc doc/README doc/TODO ChangeLog COPYING AUTHORS } |