dohtml is replaces with docinto+dodoc.
Closes: https://bugs.gentoo.org/689378
Signed-off-by: Eugene Bright <eugene@bright.gdn>
Closes: https://github.com/gentoo/gentoo/pull/12396
Signed-off-by: Michał Górny <mgorny@gentoo.org>
"
PATCHES="
- ${FILESDIR}/${PN}-0.78-no-bootstrap.patch
+ "${FILESDIR}"/${PN}-0.78-no-bootstrap.patch
"
src_configure() {
doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h \
jim-win32compat.h jim-eventloop.h jim-config.h
dodoc AUTHORS README TODO
- use doc && dohtml Tcl.html
+ if use doc; then
+ docinto html
+ dodoc Tcl.html
+ fi
}