diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:16:52 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:16:52 +0000 |
commit | 00906c2374468b91a7a8b5df86d55f0556c3dd96 (patch) | |
tree | 396b2d8fafb81a94515860525394c98d71faecfd /dev-java/gnu-activation/gnu-activation-20040331.ebuild | |
parent | stable bump (Manifest recommit) (diff) | |
download | gentoo-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/gnu-activation/gnu-activation-20040331.ebuild')
-rw-r--r-- | dev-java/gnu-activation/gnu-activation-20040331.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/gnu-activation/gnu-activation-20040331.ebuild b/dev-java/gnu-activation/gnu-activation-20040331.ebuild index e2bd4b0952fb..f36e79e0a35a 100644 --- a/dev-java/gnu-activation/gnu-activation-20040331.ebuild +++ b/dev-java/gnu-activation/gnu-activation-20040331.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/gnu-activation/gnu-activation-20040331.ebuild,v 1.4 2004/08/24 04:12:29 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-activation/gnu-activation-20040331.ebuild,v 1.5 2004/10/16 17:13:39 axxo Exp $ inherit java-pkg @@ -28,6 +28,6 @@ src_install() { java-pkg_dojar activation.jar dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README - use doc && dohtml -r docs/* + use doc && java-pkg_dohtml -r docs/* } |