diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-12-29 10:07:47 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-12-29 10:07:47 +0000 |
commit | 7740493f0e5fff022e85e469cb05525f35404e7e (patch) | |
tree | 914b6d61ae568e128cfe33f0757194f1eeaf3ad3 /dev-db/mysqlcc/mysqlcc-0.9.4.ebuild | |
parent | Version bumped (diff) | |
download | gentoo-2-7740493f0e5fff022e85e469cb05525f35404e7e.tar.gz gentoo-2-7740493f0e5fff022e85e469cb05525f35404e7e.tar.bz2 gentoo-2-7740493f0e5fff022e85e469cb05525f35404e7e.zip |
adding docs
Diffstat (limited to 'dev-db/mysqlcc/mysqlcc-0.9.4.ebuild')
-rw-r--r-- | dev-db/mysqlcc/mysqlcc-0.9.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-db/mysqlcc/mysqlcc-0.9.4.ebuild b/dev-db/mysqlcc/mysqlcc-0.9.4.ebuild index c4c66cce3871..2605a7bb7b3b 100644 --- a/dev-db/mysqlcc/mysqlcc-0.9.4.ebuild +++ b/dev-db/mysqlcc/mysqlcc-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqlcc/mysqlcc-0.9.4.ebuild,v 1.1 2003/12/29 10:01:37 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqlcc/mysqlcc-0.9.4.ebuild,v 1.2 2003/12/29 10:07:20 mholzer Exp $ inherit eutils @@ -60,4 +60,5 @@ src_install() { dodir /usr/share/mysqlcc/translations insinto /usr/share/mysqlcc/translations doins translations/*.qm translations/*.ts + dodoc *.txt } |