diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:27:03 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:27:03 +0000 |
commit | 5a734b5a5f58a3d72cd61b99d55d0880cda0b093 (patch) | |
tree | b3789c3fc7b1e21607ca1a30888595535e51aef8 /dev-java/joscar/joscar-0.9.3.ebuild | |
parent | disable hidd/hid2hci by default, fix pin-helper installation. plus stable (Ma... (diff) | |
download | gentoo-2-5a734b5a5f58a3d72cd61b99d55d0880cda0b093.tar.gz gentoo-2-5a734b5a5f58a3d72cd61b99d55d0880cda0b093.tar.bz2 gentoo-2-5a734b5a5f58a3d72cd61b99d55d0880cda0b093.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/joscar/joscar-0.9.3.ebuild')
-rw-r--r-- | dev-java/joscar/joscar-0.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/joscar/joscar-0.9.3.ebuild b/dev-java/joscar/joscar-0.9.3.ebuild index 6eba4ccc6c9c..5575dd6d1f32 100644 --- a/dev-java/joscar/joscar-0.9.3.ebuild +++ b/dev-java/joscar/joscar-0.9.3.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/joscar/joscar-0.9.3.ebuild,v 1.3 2004/06/24 22:36:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/joscar/joscar-0.9.3.ebuild,v 1.4 2004/10/16 17:26:03 axxo Exp $ inherit java-pkg @@ -28,5 +28,5 @@ src_compile() { src_install() { java-pkg_dojar *.jar dodoc USING CHANGELOG UPDATING README RELNOTES - use doc && dohtml -r docs/api + use doc && java-pkg_dohtml -r docs/api } |