From: Tomi Ollila Date: Tue, 11 Mar 2014 18:16:11 +0000 (+0200) Subject: Re: v2 man page build fixups X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bbb0d449eb8cebb5d25bd70dc33476042ca517b0;p=notmuch-archives.git Re: v2 man page build fixups --- diff --git a/ec/d64254455cbd1605d09dbbaf15f1745d33ddcd b/ec/d64254455cbd1605d09dbbaf15f1745d33ddcd new file mode 100644 index 000000000..750cba448 --- /dev/null +++ b/ec/d64254455cbd1605d09dbbaf15f1745d33ddcd @@ -0,0 +1,69 @@ +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 17DB7431FC4 + for ; Tue, 11 Mar 2014 11:16:27 -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 gu1Ashj2wXFt for ; + Tue, 11 Mar 2014 11:16:19 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 9E123431FBD + for ; Tue, 11 Mar 2014 11:16:19 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 9B7B710008C; + Tue, 11 Mar 2014 20:16:11 +0200 (EET) +From: Tomi Ollila +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: v2 man page build fixups +In-Reply-To: <1394539555-28334-1-git-send-email-david@tethera.net> +References: <1394539555-28334-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.17+112~g4e0c1d5 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +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: Tue, 11 Mar 2014 18:16:27 -0000 + +On Tue, Mar 11 2014, David Bremner wrote: + +> Here is an improved version of somewhat hasty series of last night. +> +> It incorporates fixups from Jani that he sent to me off list. + +I played with the series trying various tricks and all seems to +work fine. Also it is nice to see that one line in prerst2man.py +is fixed to better shape :D + +Also a command line, should anyone ever need it (I doubt ;) + +$ make SPHINXBUILD=sphinx-1.0-build HAVE_SPHINX=1 build-man + +worked fine. + ++1 + +Tomi