From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 71D6B138434 for ; Sat, 12 Jan 2013 21:15:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88EC321C034; Sat, 12 Jan 2013 21:15:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0834321C03C for ; Sat, 12 Jan 2013 21:15:14 +0000 (UTC) Received: from pomiocik.lan (77-253-148-103.adsl.inetia.pl [77.253.148.103]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id E56F733DAFD; Sat, 12 Jan 2013 18:20:15 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-python@lists.gentoo.org Cc: python@gentoo.org, =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-python] [PATCH] Support directories in DOCS. Date: Sat, 12 Jan 2013 19:20:38 +0100 Message-Id: <1358014838-14927-1-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 1.8.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussions centering around the Python ecosystem in Gentoo Linux X-BeenThere: gentoo-python@gentoo.org X-BeenThere: gentoo-python@lists.gentoo.org X-Archives-Salt: e4bf9dca-580f-412c-8d63-fcb833ad1d7f X-Archives-Hash: dbf4a9ac435938eb2ad8f8e2d383d578 --- gx86/eclass/distutils-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gx86/eclass/distutils-r1.eclass b/gx86/eclass/distutils-r1.eclass index 8156a36..eafcd03 100644 --- a/gx86/eclass/distutils-r1.eclass +++ b/gx86/eclass/distutils-r1.eclass @@ -381,7 +381,7 @@ distutils-r1_python_install_all() { debug-print-function ${FUNCNAME} "${@}" if declare -p DOCS &>/dev/null; then - dodoc "${DOCS[@]}" || die "dodoc failed" + dodoc -r "${DOCS[@]}" || die "dodoc failed" else local f # same list as in PMS -- 1.8.1