diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-10-03 12:09:00 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-10-03 12:09:00 +0000 |
commit | 1c1007da82204041956631aa1f0878988e7217a4 (patch) | |
tree | 430e009c33308d112187146e798fcf6ea97cf2dc /mail-client/elmo/elmo-1.3.2-r1.ebuild | |
parent | Stable on x86 and amd64. (diff) | |
download | gentoo-2-1c1007da82204041956631aa1f0878988e7217a4.tar.gz gentoo-2-1c1007da82204041956631aa1f0878988e7217a4.tar.bz2 gentoo-2-1c1007da82204041956631aa1f0878988e7217a4.zip |
Do not install generic INSTALL document.
(Portage version: 2.0.53_rc1)
Diffstat (limited to 'mail-client/elmo/elmo-1.3.2-r1.ebuild')
-rw-r--r-- | mail-client/elmo/elmo-1.3.2-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail-client/elmo/elmo-1.3.2-r1.ebuild b/mail-client/elmo/elmo-1.3.2-r1.ebuild index 13650f3f7c10..12afa3558ca2 100644 --- a/mail-client/elmo/elmo-1.3.2-r1.ebuild +++ b/mail-client/elmo/elmo-1.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/elmo/elmo-1.3.2-r1.ebuild,v 1.8 2005/07/21 14:38:12 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/elmo/elmo-1.3.2-r1.ebuild,v 1.9 2005/10/03 12:09:00 ticho Exp $ inherit eutils @@ -38,8 +38,7 @@ src_compile() { src_install() { make DESTDIR=${D} install || die "make install failed" - dodoc ABOUT-NLS ADVOCACY AUTHORS BUGS ChangeLog INSTALL NEWS \ - THANKS TODO + dodoc ABOUT-NLS ADVOCACY AUTHORS BUGS ChangeLog NEWS THANKS TODO cd doc dodoc README.txt sample.{,pl.}elmorc tutorial{,.gpg} } |