Gentoo Archives: gentoo-python

From: Mike Gilbert <floppym@g.o>
To: "Michał Górny" <mgorny@g.o>
Cc: gentoo-python@l.g.o, python@g.o
Subject: [gentoo-python] Re: [PATCH] Support directories in DOCS.
Date: Sat, 12 Jan 2013 20:45:30
Message-Id: 50F1B2CD.1000600@gentoo.org
In Reply to: [gentoo-python] [PATCH] Support directories in DOCS. by "Michał Górny"
1 On 01/12/2013 01:20 PM, Michał Górny wrote:
2 > ---
3 > gx86/eclass/distutils-r1.eclass | 2 +-
4 > 1 file changed, 1 insertion(+), 1 deletion(-)
5 >
6 > diff --git a/gx86/eclass/distutils-r1.eclass b/gx86/eclass/distutils-r1.eclass
7 > index 8156a36..eafcd03 100644
8 > --- a/gx86/eclass/distutils-r1.eclass
9 > +++ b/gx86/eclass/distutils-r1.eclass
10 > @@ -381,7 +381,7 @@ distutils-r1_python_install_all() {
11 > debug-print-function ${FUNCNAME} "${@}"
12 >
13 > if declare -p DOCS &>/dev/null; then
14 > - dodoc "${DOCS[@]}" || die "dodoc failed"
15 > + dodoc -r "${DOCS[@]}" || die "dodoc failed"
16 > else
17 > local f
18 > # same list as in PMS
19 >
20
21 Makes sense.

Attachments

File name MIME type
signature.asc application/pgp-signature