mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user