Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1A43B431FD8 for ; Wed, 12 Mar 2014 20:21:42 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6LtjhnUFgGfz for ; Wed, 12 Mar 2014 20:21:36 -0700 (PDT) Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id B6BE7431FAE for ; Wed, 12 Mar 2014 20:21:36 -0700 (PDT) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1WNwD6-0000CX-Iu for notmuch@notmuchmail.org; Thu, 13 Mar 2014 00:21:32 -0300 Received: (nullmailer pid 25672 invoked by uid 1000); Thu, 13 Mar 2014 03:21:28 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Date: Thu, 13 Mar 2014 00:21:13 -0300 Message-Id: <1394680877-25572-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: References: X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 03:21:42 -0000 Several people observed a problem with the test T010-help not finding the man pages anymore. To fix that, I had change the previous fix: instead of flattening the rst2man output into one directory, I had to move the sphinx output into a hierarchy. Patches 1 and 3 should be the same as id:1394539555-28334-1-git-send-email-david@tethera.net