Just minor QA
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8417
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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
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
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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