diff options
author | 2004-10-16 18:15:00 +0000 | |
---|---|---|
committer | 2004-10-16 18:15:00 +0000 | |
commit | 5441733ad3a093661f43e32133fbb3e9edc6c782 (patch) | |
tree | 230313e8631872f7b6c53e15fe870347abe34b32 /app-office/ganttproject/ganttproject-1.10.1.ebuild | |
parent | use java-pkg_dohtml instead of dohtml to also install the package-list in cas... (diff) | |
download | historical-5441733ad3a093661f43e32133fbb3e9edc6c782.tar.gz historical-5441733ad3a093661f43e32133fbb3e9edc6c782.tar.bz2 historical-5441733ad3a093661f43e32133fbb3e9edc6c782.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.10.1.ebuild')
-rw-r--r-- | app-office/ganttproject/ganttproject-1.10.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/ganttproject/ganttproject-1.10.1.ebuild b/app-office/ganttproject/ganttproject-1.10.1.ebuild index 3b09949b5d48..4b0ebe28c6ed 100644 --- a/app-office/ganttproject/ganttproject-1.10.1.ebuild +++ b/app-office/ganttproject/ganttproject-1.10.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/app-office/ganttproject/ganttproject-1.10.1.ebuild,v 1.1 2004/10/12 18:10:10 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ganttproject/ganttproject-1.10.1.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/ |