From 8d890b52b16d3ba9351bf490522c3e5d919a450c Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Mon, 14 May 2018 20:38:34 -0700 Subject: [PATCH] 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 --- dev-util/ninja/ninja-1.7.2.ebuild | 7 ++++--- dev-util/ninja/ninja-1.8.2.ebuild | 5 +++-- dev-util/ninja/ninja-9999.ebuild | 7 ++++--- 3 files changed, 11 insertions(+), 8 deletions(-) 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 -- 2.26.2