diff options
author | 2004-10-16 18:18:31 +0000 | |
---|---|---|
committer | 2004-10-16 18:18:31 +0000 | |
commit | 7aaea8d4492579ac022b757bfbaa70d890ba2f33 (patch) | |
tree | 42e0a67dab0e9fc5c3ccb413a2a5b820af4225cb /app-office/ganttproject/ganttproject-1.9.11-r1.ebuild | |
parent | cleanup (Manifest recommit) (diff) | |
download | gentoo-2-7aaea8d4492579ac022b757bfbaa70d890ba2f33.tar.gz gentoo-2-7aaea8d4492579ac022b757bfbaa70d890ba2f33.tar.bz2 gentoo-2-7aaea8d4492579ac022b757bfbaa70d890ba2f33.zip |
use java-pkg_dohtml instead of dohtml to also install the package-list in case of api docs: #50740
Diffstat (limited to 'app-office/ganttproject/ganttproject-1.9.11-r1.ebuild')
-rw-r--r-- | app-office/ganttproject/ganttproject-1.9.11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/ganttproject/ganttproject-1.9.11-r1.ebuild b/app-office/ganttproject/ganttproject-1.9.11-r1.ebuild index e3920dcc5105..2acf79799f86 100644 --- a/app-office/ganttproject/ganttproject-1.9.11-r1.ebuild +++ b/app-office/ganttproject/ganttproject-1.9.11-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-office/ganttproject/ganttproject-1.9.11-r1.ebuild,v 1.1 2004/09/16 18:58:55 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ganttproject/ganttproject-1.9.11-r1.ebuild,v 1.2 2004/10/16 18:15:00 axxo Exp $ inherit eutils java-pkg @@ -33,7 +33,7 @@ src_install () { doexe ganttproject dodoc AUTHORS COPYING README if use doc; then - dohtml -r build/docs/api + java-pkg_dohtml -r build/docs/api fi if use gnome; then mkdir -p ${D}/usr/share/gnome/apps/Office/ |