diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:42:34 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:42:34 +0000 |
commit | c79ebad8f9d5608e516a9916f7bf951481c3a9bf (patch) | |
tree | 6e26809a1b9be56137c9d33572e2aa403a327817 /dev-java/soap/soap-2.3.1.ebuild | |
parent | old (diff) | |
download | historical-c79ebad8f9d5608e516a9916f7bf951481c3a9bf.tar.gz historical-c79ebad8f9d5608e516a9916f7bf951481c3a9bf.tar.bz2 historical-c79ebad8f9d5608e516a9916f7bf951481c3a9bf.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/soap/soap-2.3.1.ebuild')
-rw-r--r-- | dev-java/soap/soap-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/soap/soap-2.3.1.ebuild b/dev-java/soap/soap-2.3.1.ebuild index ed553c16c4bc..9503b41d1271 100644 --- a/dev-java/soap/soap-2.3.1.ebuild +++ b/dev-java/soap/soap-2.3.1.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/soap/soap-2.3.1.ebuild,v 1.1 2004/09/12 19:32:36 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/soap/soap-2.3.1.ebuild,v 1.2 2004/10/16 17:36:22 axxo Exp $ inherit java-pkg DESCRIPTION="Apache SOAP (Simple Object Access Protocol) is an implementation of the SOAP submission to W3C" @@ -30,5 +30,5 @@ src_compile() { src_install() { java-pkg_dojar build/lib/soap.jar - use doc && dohtml -r build/javadocs/ + use doc && java-pkg_dohtml -r build/javadocs/ } |