diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:42:34 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:42:34 +0000 |
commit | c79ebad8f9d5608e516a9916f7bf951481c3a9bf (patch) | |
tree | 6e26809a1b9be56137c9d33572e2aa403a327817 /dev-java/javacc/javacc-3.2-r2.ebuild | |
parent | old (diff) | |
download | historical-c79ebad8f9d5608e516a9916f7bf951481c3a9bf.tar.gz historical-c79ebad8f9d5608e516a9916f7bf951481c3a9bf.tar.bz2 historical-c79ebad8f9d5608e516a9916f7bf951481c3a9bf.zip |
use java-pkg_dohtml instead of dohtml to also install the package-list in case of api docs: #50740
Diffstat (limited to 'dev-java/javacc/javacc-3.2-r2.ebuild')
-rw-r--r-- | dev-java/javacc/javacc-3.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/javacc/javacc-3.2-r2.ebuild b/dev-java/javacc/javacc-3.2-r2.ebuild index eb64fee43f58..12cc69812bf6 100644 --- a/dev-java/javacc/javacc-3.2-r2.ebuild +++ b/dev-java/javacc/javacc-3.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/javacc/javacc-3.2-r2.ebuild,v 1.3 2004/08/31 03:50:50 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/javacc/javacc-3.2-r2.ebuild,v 1.4 2004/10/16 17:19:25 axxo Exp $ inherit java-pkg @@ -28,7 +28,7 @@ src_compile() { src_install() { if use doc ; then - dohtml -r www/* || die "Failed to install HTML files" + java-pkg_dohtml -r www/* || die "Failed to install HTML files" dodir /usr/share/${PN}/examples cp -R examples ${D}/usr/share/${PN} || die "Failed to copy examples" fi |