summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-10-16 17:11:46 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-10-16 17:11:46 +0000
commit4c25b236c8ce067bb4fb6f1eb37488a0bb704c11 (patch)
treeccfa1f33830a90b7b8a58232aee84a88933ed0e3 /dev-java/commons-lang/commons-lang-2.0-r1.ebuild
parentMove devfs files from baselayout back into this package. (Manifest recommit) (diff)
downloadgentoo-2-4c25b236c8ce067bb4fb6f1eb37488a0bb704c11.tar.gz
gentoo-2-4c25b236c8ce067bb4fb6f1eb37488a0bb704c11.tar.bz2
gentoo-2-4c25b236c8ce067bb4fb6f1eb37488a0bb704c11.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/commons-lang/commons-lang-2.0-r1.ebuild')
-rw-r--r--dev-java/commons-lang/commons-lang-2.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-lang/commons-lang-2.0-r1.ebuild b/dev-java/commons-lang/commons-lang-2.0-r1.ebuild
index e82f00a80a13..b6ef2531a282 100644
--- a/dev-java/commons-lang/commons-lang-2.0-r1.ebuild
+++ b/dev-java/commons-lang/commons-lang-2.0-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/commons-lang/commons-lang-2.0-r1.ebuild,v 1.9 2004/09/18 10:36:49 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/commons-lang-2.0-r1.ebuild,v 1.10 2004/10/16 17:07:30 axxo Exp $
inherit java-pkg
@@ -38,5 +38,5 @@ src_install() {
java-pkg_dojar dist/*.jar
dodoc RELEASE-NOTES.txt
dohtml DEVELOPERS-GUIDE.html PROPOSAL.html STATUS.html
- use doc && dohtml -r dist/docs/
+ use doc && java-pkg_dohtml -r dist/docs/
}