dev-util/ninja: dohtml -> dodoc
authorGeorgy Yakovlev <ya@sysdump.net>
Tue, 15 May 2018 03:38:34 +0000 (20:38 -0700)
committerMikle Kolyada <zlogene@gentoo.org>
Mon, 28 May 2018 05:46:27 +0000 (08:46 +0300)
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
dev-util/ninja/ninja-1.8.2.ebuild
dev-util/ninja/ninja-9999.ebuild

index 00220b01643ede102366e731b78b6f8cc6e8ebde..a314bc0103f1dc9636c9542b958c15d98ac8b2be 100644 (file)
@@ -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
 
index c143bfab42122c444ae664be2edb391f6d312990..f25829f0ec1b5e0294e1830404f9794c49343ad1 100644 (file)
@@ -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
 
index 4dc6e68bbf61654537e38951442bd990b97b0ca5..73fb8e30509b319f3500a543029e15f0df8ef9ab 100644 (file)
@@ -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