summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-10-16 17:16:52 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-10-16 17:16:52 +0000
commit00906c2374468b91a7a8b5df86d55f0556c3dd96 (patch)
tree396b2d8fafb81a94515860525394c98d71faecfd /dev-java/groovy/groovy-1.0_beta4-r1.ebuild
parentstable bump (Manifest recommit) (diff)
downloadgentoo-2-00906c2374468b91a7a8b5df86d55f0556c3dd96.tar.gz
gentoo-2-00906c2374468b91a7a8b5df86d55f0556c3dd96.tar.bz2
gentoo-2-00906c2374468b91a7a8b5df86d55f0556c3dd96.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/groovy/groovy-1.0_beta4-r1.ebuild')
-rw-r--r--dev-java/groovy/groovy-1.0_beta4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/groovy/groovy-1.0_beta4-r1.ebuild b/dev-java/groovy/groovy-1.0_beta4-r1.ebuild
index 5d2da49c648f..7ec642f7ae0f 100644
--- a/dev-java/groovy/groovy-1.0_beta4-r1.ebuild
+++ b/dev-java/groovy/groovy-1.0_beta4-r1.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/groovy/groovy-1.0_beta4-r1.ebuild,v 1.4 2004/08/08 21:18:16 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.0_beta4-r1.ebuild,v 1.5 2004/10/16 17:15:35 axxo Exp $
inherit java-pkg
@@ -109,7 +109,7 @@ src_install() {
# Install API documentation
if use doc ; then
- dohtml -r dist/docs/api
+ java-pkg_dohtml -r dist/docs/api
fi
# Install configuration files