From: Georgy Yakovlev Date: Mon, 16 Mar 2020 00:01:31 +0000 (-0700) Subject: dev-lua/lua_cliargs: QA: improve doc handling X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0f18bb03c39e485ed6a9a3e508cd8fc97d5662f2;p=gentoo.git dev-lua/lua_cliargs: QA: improve doc handling Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Georgy Yakovlev --- diff --git a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild b/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild index e70979dafbaf..b124dace5b77 100644 --- a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild +++ b/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild @@ -29,11 +29,10 @@ src_install() { insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)" doins -r src/cliargs.lua src/cliargs - einstalldocs - if use doc; then + local HTML_DOCS=( doc/. ) dodoc -r examples - docinto html - dodoc -r doc/* fi + + einstalldocs }