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/commons-validator/commons-validator-1.0.2-r3.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/commons-validator/commons-validator-1.0.2-r3.ebuild')
-rw-r--r-- | dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild b/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild index a3cdcf220e66..520245e4b70b 100644 --- a/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild +++ b/dev-java/commons-validator/commons-validator-1.0.2-r3.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-validator/commons-validator-1.0.2-r3.ebuild,v 1.5 2004/09/10 13:25:36 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild,v 1.6 2004/10/16 17:09:53 axxo Exp $ inherit java-pkg @@ -54,7 +54,7 @@ src_install() { cd ${S} java-pkg_dojar target/${PN}.jar - use doc && dohtml -r dist/docs/ + use doc && java-pkg_dohtml -r dist/docs/ dohtml PROPOSAL.html STATUS.html dodoc RELEASE-NOTES.txt } |