summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-10-16 17:42:34 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-10-16 17:42:34 +0000
commitc79ebad8f9d5608e516a9916f7bf951481c3a9bf (patch)
tree6e26809a1b9be56137c9d33572e2aa403a327817 /dev-java/jess-bin/jess-bin-6.1.6.ebuild
parentold (diff)
downloadhistorical-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/jess-bin/jess-bin-6.1.6.ebuild')
-rw-r--r--dev-java/jess-bin/jess-bin-6.1.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jess-bin/jess-bin-6.1.6.ebuild b/dev-java/jess-bin/jess-bin-6.1.6.ebuild
index 5429faea0414..47efe78ca793 100644
--- a/dev-java/jess-bin/jess-bin-6.1.6.ebuild
+++ b/dev-java/jess-bin/jess-bin-6.1.6.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/jess-bin/jess-bin-6.1.6.ebuild,v 1.1 2004/07/30 20:43:27 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jess-bin/jess-bin-6.1.6.ebuild,v 1.2 2004/10/16 17:22:36 axxo Exp $
inherit java-pkg
@@ -33,7 +33,7 @@ src_install() {
if use doc; then
einfo "Installing documentation..."
- dohtml -r docs/*
+ java-pkg_dohtml -r docs/*
insinto /usr/share/doc/${P/-bin}/examples/
doins examples/*
local dirs="pumps simple xfer"