summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-docs/python-docs-3.1.5.ebuild')
-rw-r--r--dev-python/python-docs/python-docs-3.1.5.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/python-docs/python-docs-3.1.5.ebuild b/dev-python/python-docs/python-docs-3.1.5.ebuild
index 8a3f64144e98..b92ad5b9df81 100644
--- a/dev-python/python-docs/python-docs-3.1.5.ebuild
+++ b/dev-python/python-docs/python-docs-3.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.1.5.ebuild,v 1.1 2012/09/29 18:13:10 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.1.5.ebuild,v 1.2 2012/10/07 04:03:49 floppym Exp $
EAPI="3"
@@ -19,9 +19,7 @@ RDEPEND=""
S="${WORKDIR}/python-${PV}-docs-html"
src_install() {
- docinto html
- cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html"
-
+ dohtml -A xml -r ./
echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}"
doenvd "60python-docs-${SLOT}"
}