diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-05-30 11:51:59 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-05-30 11:51:59 +0000 |
commit | 8c8685585e0e69cf66e43bdd1a94a31d2f162ccb (patch) | |
tree | 1a9e785f30be74f459550036143819beab503cf7 /dev-python/PyQt4/PyQt4-4.2.ebuild | |
parent | alpha/ia64 stable wrt #171107 (diff) | |
download | gentoo-2-8c8685585e0e69cf66e43bdd1a94a31d2f162ccb.tar.gz gentoo-2-8c8685585e0e69cf66e43bdd1a94a31d2f162ccb.tar.bz2 gentoo-2-8c8685585e0e69cf66e43bdd1a94a31d2f162ccb.zip |
Fix doc install per bug #160675
(Portage version: 2.1.2.4)
Diffstat (limited to 'dev-python/PyQt4/PyQt4-4.2.ebuild')
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/PyQt4/PyQt4-4.2.ebuild b/dev-python/PyQt4/PyQt4-4.2.ebuild index 22ae4a3d0277..98f9217b1113 100644 --- a/dev-python/PyQt4/PyQt4-4.2.ebuild +++ b/dev-python/PyQt4/PyQt4-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.2.ebuild,v 1.2 2007/05/10 22:47:48 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.2.ebuild,v 1.3 2007/05/30 11:51:59 caleb Exp $ inherit distutils @@ -48,8 +48,8 @@ src_compile() { src_install() { make DESTDIR=${D} INSTALL_ROOT=${D} install || die "install failed" - dodoc ChangeLog LICENSE NEWS README README.Linux THANKS - use doc && dohtml doc/PyQt.html + dodoc ChangeLog LICENSE NEWS README THANKS + use doc && dohtml -r doc/html/* if use examples ; then dodir /usr/share/doc/${PF}/examples cp -r examples/* ${D}/usr/share/doc/${PF}/examples |