From: Georgy Yakovlev Date: Tue, 15 May 2018 03:38:34 +0000 (-0700) Subject: dev-util/ninja: dohtml -> dodoc X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8d890b52b16d3ba9351bf490522c3e5d919a450c;p=gentoo.git dev-util/ninja: dohtml -> dodoc Just minor QA Package-Manager: Portage-2.3.36, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8417 --- diff --git a/dev-util/ninja/ninja-1.7.2.ebuild b/dev-util/ninja/ninja-1.7.2.ebuild index 00220b01643e..a314bc0103f1 100644 --- a/dev-util/ninja/ninja-1.7.2.ebuild +++ b/dev-util/ninja/ninja-1.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -95,8 +95,9 @@ src_test() { src_install() { dodoc README HACKING.md if use doc; then - dohtml -r doc/doxygen/html/* - dohtml doc/manual.html + docinto html + dodoc -r doc/doxygen/html/. + dodoc doc/manual.html fi dobin ninja diff --git a/dev-util/ninja/ninja-1.8.2.ebuild b/dev-util/ninja/ninja-1.8.2.ebuild index c143bfab4212..f25829f0ec1b 100644 --- a/dev-util/ninja/ninja-1.8.2.ebuild +++ b/dev-util/ninja/ninja-1.8.2.ebuild @@ -91,8 +91,9 @@ src_test() { src_install() { dodoc README HACKING.md if use doc; then - dohtml -r doc/doxygen/html/* - dohtml doc/manual.html + docinto html + dodoc -r doc/doxygen/html/. + dodoc doc/manual.html fi dobin ninja diff --git a/dev-util/ninja/ninja-9999.ebuild b/dev-util/ninja/ninja-9999.ebuild index 4dc6e68bbf61..73fb8e30509b 100644 --- a/dev-util/ninja/ninja-9999.ebuild +++ b/dev-util/ninja/ninja-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -91,8 +91,9 @@ src_test() { src_install() { dodoc README HACKING.md if use doc; then - dohtml -r doc/doxygen/html/* - dohtml doc/manual.html + docinto html + dodoc -r doc/doxygen/html/. + dodoc doc/manual.html fi dobin ninja