dev-lang/interprolog: do not call dohtml with EAPI 7
authorKeri Harris <keri@gentoo.org>
Sun, 13 Oct 2019 14:31:51 +0000 (16:31 +0200)
committerKeri Harris <keri@gentoo.org>
Sun, 13 Oct 2019 14:32:15 +0000 (16:32 +0200)
Signed-off-by: Keri Harris <keri@gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.11

dev-lang/interprolog/interprolog-2.1.2.ebuild

index afa655e41ffc30ed820d76280b523aa1f8171118..fbd13ff599a8a4f19060cb8baf980b69246040e9 100644 (file)
@@ -51,8 +51,8 @@ src_install() {
 
        if use doc ; then
                java-pkg_dohtml -r docs/*
-               dohtml INSTALL.htm faq.htm prologAPI.htm
-               dohtml -r images
+               dodoc INSTALL.htm faq.htm prologAPI.htm
+               dodoc -r images
                dodoc PaperEPIA01.doc
        fi
 }