summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-04-07 16:14:14 +0000
committerMike Frysinger <vapier@gentoo.org>2007-04-07 16:14:14 +0000
commitb14ea3540fbec3d72fea3e2d4c1882b1df120c5b (patch)
tree96e06fca3273c97c9b8fb54fc124b993260abc95 /sys-libs/pwdb/pwdb-0.62.ebuild
parentImport from sunrise, proxy-maintaining now (diff)
downloadgentoo-2-b14ea3540fbec3d72fea3e2d4c1882b1df120c5b.tar.gz
gentoo-2-b14ea3540fbec3d72fea3e2d4c1882b1df120c5b.tar.bz2
gentoo-2-b14ea3540fbec3d72fea3e2d4c1882b1df120c5b.zip
simplify doc install a little more
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-libs/pwdb/pwdb-0.62.ebuild')
-rw-r--r--sys-libs/pwdb/pwdb-0.62.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-libs/pwdb/pwdb-0.62.ebuild b/sys-libs/pwdb/pwdb-0.62.ebuild
index a015960824e5..9223bb190513 100644
--- a/sys-libs/pwdb/pwdb-0.62.ebuild
+++ b/sys-libs/pwdb/pwdb-0.62.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.62.ebuild,v 1.29 2006/12/31 14:58:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.62.ebuild,v 1.30 2007/04/07 16:14:14 vapier Exp $
inherit eutils toolchain-funcs
@@ -46,8 +46,6 @@ src_install() {
insinto /etc
doins conf/pwdb.conf
- dodoc CHANGES CREDITS README
+ dodoc CHANGES CREDITS README doc/*.txt
dohtml -r doc/html/*
- docinto txt
- dodoc doc/*.txt
}