diff options
Diffstat (limited to 'net-mail/notmuch/notmuch-0.10.2-r2.ebuild')
-rw-r--r-- | net-mail/notmuch/notmuch-0.10.2-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mail/notmuch/notmuch-0.10.2-r2.ebuild b/net-mail/notmuch/notmuch-0.10.2-r2.ebuild index 56d1687792ef..01005bf295e7 100644 --- a/net-mail/notmuch/notmuch-0.10.2-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.10.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebuild,v 1.6 2012/03/08 08:50:37 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebuild,v 1.7 2012/03/20 13:19:11 aidecoe Exp $ EAPI=4 @@ -91,6 +91,7 @@ src_compile() { if use doc; then pydocs() { + mv README README-python pushd docs || die emake html mv html ../python || die |