From 18a038d69a40bfd7a6ff8b9d0f9bf642604307b1 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Wed, 25 Sep 2019 17:39:53 +0200 Subject: dev-vcs/tortoisehg: don't use dohtml Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann --- dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev-vcs/tortoisehg/tortoisehg-9999.ebuild') 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 -- cgit v1.2.3-65-gdbad