From 0f18bb03c39e485ed6a9a3e508cd8fc97d5662f2 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sun, 15 Mar 2020 17:01:31 -0700 Subject: dev-lua/lua_cliargs: QA: improve doc handling Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Georgy Yakovlev --- dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dev-lua') 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 } -- cgit v1.2.3-18-g5258