summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2011-12-27 06:54:23 +0000
committerMike Gilbert <floppym@gentoo.org>2011-12-27 06:54:23 +0000
commit1c99594fad97ce21be6bdef08dad5ec7060414fa (patch)
treea3868617fd824440e8859145de81d1d0d3c6c104 /eclass/twisted.eclass
parentREQUIRED_USE fix for #377389, eapi4 (diff)
downloadhistorical-1c99594fad97ce21be6bdef08dad5ec7060414fa.tar.gz
historical-1c99594fad97ce21be6bdef08dad5ec7060414fa.tar.bz2
historical-1c99594fad97ce21be6bdef08dad5ec7060414fa.zip
Only call doman on manpages in twisted_src_install. Credit to Arfrever.
Diffstat (limited to 'eclass/twisted.eclass')
-rw-r--r--eclass/twisted.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/twisted.eclass b/eclass/twisted.eclass
index e1f1e49d0b4f..4a8704e81c00 100644
--- a/eclass/twisted.eclass
+++ b/eclass/twisted.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/eclass/twisted.eclass,v 1.9 2011/12/27 05:36:48 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/twisted.eclass,v 1.10 2011/12/27 06:54:23 floppym Exp $
# @ECLASS: twisted.eclass
# @MAINTAINER:
@@ -69,7 +69,7 @@ twisted_src_install() {
distutils_src_install
if [[ -d doc/man ]]; then
- doman doc/man/*
+ doman doc/man/*.[[:digit:]]
fi
if [[ -d doc ]]; then