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