From: Alexis Ballier Date: Mon, 25 May 2020 12:52:40 +0000 (+0200) Subject: sci-libs/ViSP: Fix USE=doc X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ee85e20804bd5a7720a1180d1247a8ee9dfc1893;p=gentoo.git sci-libs/ViSP: Fix USE=doc Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier --- diff --git a/sci-libs/ViSP/ViSP-3.3.0.ebuild b/sci-libs/ViSP/ViSP-3.3.0.ebuild index f524038341b0..35b2a248ef5d 100644 --- a/sci-libs/ViSP/ViSP-3.3.0.ebuild +++ b/sci-libs/ViSP/ViSP-3.3.0.ebuild @@ -84,8 +84,7 @@ src_configure() { src_compile() { cmake-utils_src_compile - cd "${BUILD_DIR}" - use doc && emake visp_doc + use doc && cmake-utils_src_compile visp_doc } src_install() { @@ -95,5 +94,5 @@ src_install() { docompress -x /usr/share/doc/${PF}/tutorial fi cd "${BUILD_DIR}" - use doc && dohtml -r doc/html/* + use doc && dodoc -r doc/html }