mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/neon: Use docinto + dodoc instead of deprecated dohtml.
This commit is contained in:
committed by
Mike Gilbert
parent
fd1ddc8482
commit
d63327f7f9
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user