diff options
Diffstat (limited to 'eclass/twisted.eclass')
-rw-r--r-- | eclass/twisted.eclass | 4 |
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 |