dev-lua/lua-http: remove large manpage

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
Nicolas PARLANT
2024-12-08 20:41:59 +00:00
parent 50b5732bd6
commit db5c559d55
2 changed files with 5 additions and 2122 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -41,7 +41,7 @@ lua_enable_tests busted
src_compile() {
default
use doc && emake -C doc lua-http.html
use doc && emake -C doc lua-http.html lua-http.3
}
lua_src_install() {
@@ -51,8 +51,10 @@ lua_src_install() {
src_install() {
lua_foreach_impl lua_src_install
use doc && local HTML_DOCS=( doc/lua-http.html )
if use doc; then
local HTML_DOCS=( doc/lua-http.html )
doman doc/lua-http.3
fi
dodoc -r "examples"
doman "${FILESDIR}"/lua-http.3
einstalldocs
}