diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:21:57 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:21:57 +0000 |
commit | 577c4046f119812b5f305bab71024e8d7666299b (patch) | |
tree | 5c024034bd443fd76d3853cd77720678c46aff2d /dev-java/javacc/javacc-3.2-r3.ebuild | |
parent | /proc moves around #67642 (Manifest recommit) (diff) | |
download | gentoo-2-577c4046f119812b5f305bab71024e8d7666299b.tar.gz gentoo-2-577c4046f119812b5f305bab71024e8d7666299b.tar.bz2 gentoo-2-577c4046f119812b5f305bab71024e8d7666299b.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-r3.ebuild')
-rw-r--r-- | dev-java/javacc/javacc-3.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/javacc/javacc-3.2-r3.ebuild b/dev-java/javacc/javacc-3.2-r3.ebuild index 07c16223f1ba..7293357908a8 100644 --- a/dev-java/javacc/javacc-3.2-r3.ebuild +++ b/dev-java/javacc/javacc-3.2-r3.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-r3.ebuild,v 1.2 2004/09/05 13:29:41 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/javacc/javacc-3.2-r3.ebuild,v 1.3 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 |