summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/pmw/pmw-1.3.3-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pmw/pmw-1.3.3-r3.ebuild b/dev-python/pmw/pmw-1.3.3-r3.ebuild
index 652f36827a09..619e0f5b48cf 100644
--- a/dev-python/pmw/pmw-1.3.3-r3.ebuild
+++ b/dev-python/pmw/pmw-1.3.3-r3.ebuild
@@ -44,7 +44,7 @@ python_install_all() {
local DIR="Pmw/Pmw_1_3_3"
if use doc; then
- dohtml -a html,gif,py ${DIR}/doc/*
+ dodoc -r ${DIR}/doc/*
fi
if use examples; then