commit:     8d890b52b16d3ba9351bf490522c3e5d919a450c
Author:     Georgy Yakovlev <ya <AT> sysdump <DOT> net>
AuthorDate: Tue May 15 03:38:34 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May 28 05:46:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d890b52

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 00220b01643..a314bc0103f 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 c143bfab421..f25829f0ec1 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 4dc6e68bbf6..73fb8e30509 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
 

Reply via email to