diff options
Diffstat (limited to 'net-mail/notmuch/notmuch-0.12.ebuild')
-rw-r--r-- | net-mail/notmuch/notmuch-0.12.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mail/notmuch/notmuch-0.12.ebuild b/net-mail/notmuch/notmuch-0.12.ebuild index 82fee4dad92a..af0abce3dfb1 100644 --- a/net-mail/notmuch/notmuch-0.12.ebuild +++ b/net-mail/notmuch/notmuch-0.12.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.12.ebuild,v 1.1 2012/03/20 12:00:34 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.12.ebuild,v 1.2 2012/03/20 13:19:11 aidecoe Exp $ EAPI=4 @@ -86,6 +86,7 @@ src_compile() { if use doc; then pydocs() { + mv README README-python pushd docs || die emake html mv html ../python || die |