diff options
author | 2018-07-24 12:40:31 +0200 | |
---|---|---|
committer | 2018-07-24 14:19:53 +0200 | |
commit | 6fa1cc47a784fa68298e01fb431a02716336b226 (patch) | |
tree | a0b5b17dd5b428e6533a3e6aa287041eed2ac901 /dev-python/dbus-python | |
parent | dev-python/dbus-python: Replace obsolete prune_libtool_files (diff) | |
download | gentoo-6fa1cc47a784fa68298e01fb431a02716336b226.tar.gz gentoo-6fa1cc47a784fa68298e01fb431a02716336b226.tar.bz2 gentoo-6fa1cc47a784fa68298e01fb431a02716336b226.zip |
dev-python/dbus-python: Modernize doc install
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild b/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild index 7e79f79b6ff9..a79c851ba442 100644 --- a/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild @@ -74,13 +74,10 @@ src_test() { src_install() { installing() { default - [[ ${EPYTHON/.*} = "python2" ]] && use doc && dohtml -r api/* + [[ ${EPYTHON/.*} = "python2" ]] && use doc && dodoc -r api } python_foreach_impl run_in_build_dir installing find "${D}" -name "*.la" -delete || die - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi + use examples && dodoc -r examples } |