diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 18:14:38 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 18:14:38 +0000 |
commit | c3f9d23b7be82c737e4a7a10e7c3c2bfba372133 (patch) | |
tree | c0d11e4e1125c0601a494af4d8819d7c60f4c6f3 /app-misc/jitac/jitac-0.2.0-r1.ebuild | |
parent | use java-pkg_dohtml instead of dohtml to also install the package-list in cas... (diff) | |
download | historical-c3f9d23b7be82c737e4a7a10e7c3c2bfba372133.tar.gz historical-c3f9d23b7be82c737e4a7a10e7c3c2bfba372133.tar.bz2 historical-c3f9d23b7be82c737e4a7a10e7c3c2bfba372133.zip |
use java-pkg_dohtml instead of dohtml to also install the package-list in case of api docs: #50740
Diffstat (limited to 'app-misc/jitac/jitac-0.2.0-r1.ebuild')
-rw-r--r-- | app-misc/jitac/jitac-0.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/jitac/jitac-0.2.0-r1.ebuild b/app-misc/jitac/jitac-0.2.0-r1.ebuild index b8dc4487c4ca..93d0af2f9d88 100644 --- a/app-misc/jitac/jitac-0.2.0-r1.ebuild +++ b/app-misc/jitac/jitac-0.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/app-misc/jitac/jitac-0.2.0-r1.ebuild,v 1.2 2004/10/03 21:28:16 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jitac/jitac-0.2.0-r1.ebuild,v 1.3 2004/10/16 18:14:38 axxo Exp $ inherit java-pkg @@ -37,6 +37,6 @@ src_install() { dobin ${PN} dodoc org/roqe/jitac/README - use doc && dohtml -r org/roqe/jitac/docs/* + use doc && java-pkg_dohtml -r org/roqe/jitac/docs/* } |