summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <ya@sysdump.net>2018-05-14 20:38:34 -0700
committerMikle Kolyada <zlogene@gentoo.org>2018-05-28 08:46:27 +0300
commit8d890b52b16d3ba9351bf490522c3e5d919a450c (patch)
tree26451b61b2593caf9cd595659fb0053a7ee9aae6 /dev-util
parentdev-libs/keybinder: Drop old (diff)
downloadgentoo-8d890b52b16d3ba9351bf490522c3e5d919a450c.tar.gz
gentoo-8d890b52b16d3ba9351bf490522c3e5d919a450c.tar.bz2
gentoo-8d890b52b16d3ba9351bf490522c3e5d919a450c.zip
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
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ninja/ninja-1.7.2.ebuild7
-rw-r--r--dev-util/ninja/ninja-1.8.2.ebuild5
-rw-r--r--dev-util/ninja/ninja-9999.ebuild7
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