summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2003-01-14 07:46:35 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2003-01-14 07:46:35 +0000
commit100e3355ab6803b9a09130b297a2a445b4458f8d (patch)
treef3cb4fb20d421f89618613274ca3f6e5053a13a9 /app-crypt
parentnew version (diff)
downloadhistorical-100e3355ab6803b9a09130b297a2a445b4458f8d.tar.gz
historical-100e3355ab6803b9a09130b297a2a445b4458f8d.tar.bz2
historical-100e3355ab6803b9a09130b297a2a445b4458f8d.zip
small correction to some dodoc's
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/gringotts/gringotts-1.2.3.ebuild8
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
}