app-leechcraft/lc-monocle: replace dohtml with dodoc (bug #653836)
authorMikle Kolyada <zlogene@gentoo.org>
Mon, 23 Apr 2018 06:55:59 +0000 (09:55 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Mon, 23 Apr 2018 06:56:40 +0000 (09:56 +0300)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-leechcraft/lc-monocle/lc-monocle-9999.ebuild

index 88c350ba0b5919bc8e562696e88c163f6aed3992..fcd13b3dd384f27cad767a8fd7ea4f70e1f6a920 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
@@ -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/*
 }