diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-23 09:55:13 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-23 09:56:39 +0300 |
commit | 4abe92df8735063754d3e3e957c8c2f2520d48c0 (patch) | |
tree | 08a406101f7d96269b97a65ea4110fbfedab8c1f /app-leechcraft | |
parent | app-leechcraft/lc-azoth: replace dohtml with dodoc (bug #653836) (diff) | |
download | gentoo-4abe92df8735063754d3e3e957c8c2f2520d48c0.tar.gz gentoo-4abe92df8735063754d3e3e957c8c2f2520d48c0.tar.bz2 gentoo-4abe92df8735063754d3e3e957c8c2f2520d48c0.zip |
app-leechcraft/lc-core: replace dohtml with dodoc (bug #653836)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-core/lc-core-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild index ed2c60da4766..e2da5f1db2a7 100644 --- a/app-leechcraft/lc-core/lc-core-9999.ebuild +++ b/app-leechcraft/lc-core/lc-core-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 @@ -53,5 +53,5 @@ src_configure() { src_install() { cmake-utils_src_install - use doc && dohtml -r "${CMAKE_BUILD_DIR}/${PN#lc-}"/out/html/* + use doc && dodoc -r "${CMAKE_BUILD_DIR}/${PN#lc-}"/out/html/* } |