summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-03-15 17:01:31 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-03-15 17:01:57 -0700
commit0f18bb03c39e485ed6a9a3e508cd8fc97d5662f2 (patch)
tree2e08fcbeb720123d7aa639c9999392e1502962db /dev-lua/lua_cliargs
parentdev-lua/lua_cliargs: version bump to 3.0-2 (diff)
downloadgentoo-0f18bb03c39e485ed6a9a3e508cd8fc97d5662f2.tar.gz
gentoo-0f18bb03c39e485ed6a9a3e508cd8fc97d5662f2.tar.bz2
gentoo-0f18bb03c39e485ed6a9a3e508cd8fc97d5662f2.zip
dev-lua/lua_cliargs: QA: improve doc handling
Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lua/lua_cliargs')
-rw-r--r--dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild7
1 files changed, 3 insertions, 4 deletions
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
}