diff options
Diffstat (limited to 'sci-libs/geos/geos-2.2.2.ebuild')
-rw-r--r-- | sci-libs/geos/geos-2.2.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/geos/geos-2.2.2.ebuild b/sci-libs/geos/geos-2.2.2.ebuild index 6e34c0573ce2..cd2c57bb133c 100644 --- a/sci-libs/geos/geos-2.2.2.ebuild +++ b/sci-libs/geos/geos-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.2.2.ebuild,v 1.2 2006/07/03 23:49:22 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.2.2.ebuild,v 1.3 2006/07/04 00:40:09 nerdboy Exp $ inherit eutils distutils autotools kde-functions @@ -77,12 +77,13 @@ src_install(){ insinto /usr/share/doc/${PF}/python/cases doins tests/cases/* fi - dodoc AUTHORS COPYING INSTALL NEWS README TODO if use doc; then cd ${S}/doc make doxygen-html dohtml -r doxygen_docs/html/* fi + cd ${S} + dodoc AUTHORS COPYING INSTALL NEWS README TODO } pkg_postinst() { |