diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-09-25 17:39:53 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-09-25 17:43:24 +0200 |
commit | 18a038d69a40bfd7a6ff8b9d0f9bf642604307b1 (patch) | |
tree | 77e1f6790dc4810d78c7e61c3d13ad511d762082 /dev-vcs | |
parent | media-gfx/album: don't use dohtml (diff) | |
download | gentoo-18a038d69a40bfd7a6ff8b9d0f9bf642604307b1.tar.gz gentoo-18a038d69a40bfd7a6ff8b9d0f9bf642604307b1.tar.bz2 gentoo-18a038d69a40bfd7a6ff8b9d0f9bf642604307b1.zip |
dev-vcs/tortoisehg: don't use dohtml
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-4.9.1.ebuild | 3 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-4.9.ebuild | 3 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-5.0.2.ebuild | 3 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 5 |
4 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-4.9.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.9.1.ebuild index ff2d174552da..ff68d5cb0046 100644 --- a/dev-vcs/tortoisehg/tortoisehg-4.9.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-4.9.1.ebuild @@ -62,7 +62,8 @@ python_install_all() { distutils-r1_python_install_all dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc if use doc ; then - dohtml -r doc/build/html/ + docinto html + dodoc -r doc/build/html/. fi newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg domenu contrib/thg.desktop diff --git a/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild index 1d00dabf1ce1..29130cae336a 100644 --- a/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild @@ -62,7 +62,8 @@ python_install_all() { distutils-r1_python_install_all dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc if use doc ; then - dohtml -r doc/build/html/ + docinto html + dodoc -r doc/build/html/. fi newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg domenu contrib/thg.desktop diff --git a/dev-vcs/tortoisehg/tortoisehg-5.0.2.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.0.2.ebuild index b6640a72fdec..869a5571f9ff 100644 --- a/dev-vcs/tortoisehg/tortoisehg-5.0.2.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-5.0.2.ebuild @@ -62,7 +62,8 @@ python_install_all() { distutils-r1_python_install_all dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc if use doc ; then - dohtml -r doc/build/html/ + docinto html + dodoc -r doc/build/html/. fi newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg domenu contrib/thg.desktop diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 3e6b1f3db8cc..18e015fc174f 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -62,7 +62,8 @@ python_install_all() { distutils-r1_python_install_all dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc if use doc ; then - dohtml -r doc/build/html/ + docinto html + dodoc -r doc/build/html/. fi newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg domenu contrib/thg.desktop |