Skip to content

Commit

Permalink
app-leechcraft/lc-monocle: replace dohtml with dodoc (bug #653836)
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
Zlogene committed Apr 23, 2018
1 parent 4abe92d commit 4960627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-leechcraft/lc-monocle/lc-monocle-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/*
}

0 comments on commit 4960627

Please sign in to comment.