diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-11-12 20:22:51 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-11-12 20:22:51 +0000 |
commit | 09f5cb202a6f94a598ab30d496709858fc9f49c0 (patch) | |
tree | 47e5bca569a2f5dcab7ecef56716af9727fbedf8 /net-mail/email | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-09f5cb202a6f94a598ab30d496709858fc9f49c0.tar.gz gentoo-2-09f5cb202a6f94a598ab30d496709858fc9f49c0.tar.bz2 gentoo-2-09f5cb202a6f94a598ab30d496709858fc9f49c0.zip |
Install some more docs.
Diffstat (limited to 'net-mail/email')
-rw-r--r-- | net-mail/email/email-2.3.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mail/email/email-2.3.0.ebuild b/net-mail/email/email-2.3.0.ebuild index 25be95326562..32a743195395 100644 --- a/net-mail/email/email-2.3.0.ebuild +++ b/net-mail/email/email-2.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.3.0.ebuild,v 1.1 2004/11/12 20:16:22 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.3.0.ebuild,v 1.2 2004/11/12 20:22:51 ticho Exp $ DESCRIPTION="Advanced CLI tool for sending email." HOMEPAGE="http://email.cleancode.org" @@ -23,6 +23,7 @@ src_compile() { src_install() { doman email.1 + dodoc INSTALL quoted-printable.rfc RFC821 TODO make DEST_DIR=${D} install || die "install failed" } |