dev-python/pmw: remove dohtml
authorAlexey Shvetsov <alexxy@gentoo.org>
Wed, 2 Oct 2019 13:04:16 +0000 (16:04 +0300)
committerAlexey Shvetsov <alexxy@gentoo.org>
Wed, 2 Oct 2019 13:04:16 +0000 (16:04 +0300)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
dev-python/pmw/pmw-1.3.3-r3.ebuild

index 652f36827a0916f9bbd3ce908d63d673f1cb13ff..619e0f5b48cfb52d7e422df5f1b8745e31c25d21 100644 (file)
@@ -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