diff options
Diffstat (limited to 'app-crypt/gringotts')
-rw-r--r-- | app-crypt/gringotts/gringotts-1.2.3.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-crypt/gringotts/gringotts-1.2.3.ebuild b/app-crypt/gringotts/gringotts-1.2.3.ebuild index b0d6e0f9c46c..2fcae1685b95 100644 --- a/app-crypt/gringotts/gringotts-1.2.3.ebuild +++ b/app-crypt/gringotts/gringotts-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.3.ebuild,v 1.1 2003/01/14 07:38:33 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.3.ebuild,v 1.2 2003/01/14 07:46:35 leonardop Exp $ DESCRIPTION="Utility that allows you to jot down sensitive data" SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2" @@ -31,5 +31,9 @@ src_compile() { src_install() { einstall - dodoc AUTHORS BUGS ChangeLog COPYING FAQ README TODO + # The FAQ and README documents shouldn't be gzip'd, as they need to be + # available in plain format when they are called from the `Help' menu. + # + # dodoc FAQ README + dodoc AUTHORS BUGS ChangeLog COPYING TODO } |