diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-08-21 19:12:22 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-08-21 19:12:22 +0000 |
commit | c58539d7393d723a2fd9fc443fa7f5faa9af1a0c (patch) | |
tree | 2681d601f759d8b585f3dd00ec27cd9dbc94db31 /app-editors/e3/e3-2.7.1.ebuild | |
parent | Revision bump - fix bug #281512. Thanks to Matthew Thode for reporting and pr... (diff) | |
download | historical-c58539d7393d723a2fd9fc443fa7f5faa9af1a0c.tar.gz historical-c58539d7393d723a2fd9fc443fa7f5faa9af1a0c.tar.bz2 historical-c58539d7393d723a2fd9fc443fa7f5faa9af1a0c.zip |
Install documentation.
Package-Manager: portage-2.2_rc38/cvs/Linux i686
Diffstat (limited to 'app-editors/e3/e3-2.7.1.ebuild')
-rw-r--r-- | app-editors/e3/e3-2.7.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-editors/e3/e3-2.7.1.ebuild b/app-editors/e3/e3-2.7.1.ebuild index d5a539f75957..f6ea71a366ee 100644 --- a/app-editors/e3/e3-2.7.1.ebuild +++ b/app-editors/e3/e3-2.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.7.1.ebuild,v 1.4 2008/01/24 19:49:48 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.7.1.ebuild,v 1.5 2009/08/21 19:12:22 ulm Exp $ DESCRIPTION="Very tiny editor in ASM with emacs, pico, wordstar, and vi keybindings" HOMEPAGE="http://freshmeat.net/projects/e3/ @@ -30,5 +30,8 @@ src_install() { dosym e3 /usr/bin/e3pi dosym e3 /usr/bin/e3vi dosym e3 /usr/bin/e3ws + newman e3.man e3.1 + dodoc ChangeLog README + dohtml e3.html } |