net-libs/neon: Use docinto + dodoc instead of deprecated dohtml.

This commit is contained in:
Arfrever Frehtes Taifersar Arahesis
2017-03-10 20:22:34 +01:00
committed by Mike Gilbert
parent fd1ddc8482
commit d63327f7f9

View File

@@ -92,7 +92,10 @@ multilib_src_install() {
emake DESTDIR="${D}" install-{config,headers,lib,man,nls}
if multilib_is_native_abi && use doc; then
dohtml -r doc/html/
(
docinto html
dodoc -r doc/html/*
)
fi
}