[PATCH 6/8] CLI: refactor dumping of tags.
[notmuch-archives.git] / 85 / e9a98a18228f79fc219107cf53f92671d3ddc0
1 Return-Path: <david@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 1BABB431FB6\r
6         for <notmuch@notmuchmail.org>; Sat,  5 Apr 2014 15:54:25 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id N-nQor-WPfqK for <notmuch@notmuchmail.org>;\r
16         Sat,  5 Apr 2014 15:54:17 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id DC3DF431FAF\r
21         for <notmuch@notmuchmail.org>; Sat,  5 Apr 2014 15:54:16 -0700 (PDT)\r
22 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
23         4.72) (envelope-from <david@tethera.net>)\r
24         id 1WWZSd-0000wy-W0; Sat, 05 Apr 2014 22:53:16 +0000\r
25 Received: (nullmailer pid 19326 invoked by uid 1000); Sat, 05 Apr 2014\r
26         22:53:00 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: "W. Trevor King" <wking@tremily.us>\r
29 Subject: Re: [PATCH 7/7] doc/INSTALL: Remove rst2man reference and other\r
30         updates\r
31 In-Reply-To: <20140405211214.GH5316@odin.tremily.us>\r
32 References: <cover.1396718720.git.wking@tremily.us>\r
33         <edf9a674bc1f41917caead8d38b5f09295a9d1bd.1396718720.git.wking@tremily.us>\r
34         <874n271plm.fsf@maritornes.cs.unb.ca>\r
35         <20140405211214.GH5316@odin.tremily.us>\r
36 User-Agent: Notmuch/0.17+170~gf516b7c (http://notmuchmail.org) Emacs/24.3.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Sat, 05 Apr 2014 19:53:00 -0300\r
39 Message-ID: <871txb1j8z.fsf@maritornes.cs.unb.ca>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain\r
42 Cc: notmuch@notmuchmail.org\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Sat, 05 Apr 2014 22:54:25 -0000\r
56 \r
57 "W. Trevor King" <wking@tremily.us> writes:\r
58 \r
59 >   {build|install}-man, which is backend (Sphinx/Docutils) agnostic\r
60 >   sphinx-{html|texinfo|info}, which doesn't have an install target\r
61 >\r
62 > Is that distinction intentional?  Personally I prefer the consistency\r
63 > of:\r
64 >\r
65 >   {build|install}-{man|html|texinfo|info}\r
66 >\r
67 \r
68 I think the sphinx- prefix is a historical accident, from when we tried\r
69 to control backend with targets, so I don't really mind those switching\r
70 (back?) to build-\r
71 \r
72 install-man is backend agnostic. Similar targets could be written for\r
73 html and info, but no-one did yet. I guess we'd need variables to\r
74 specify destinations. Installing info is a bit tricky because of the\r
75 need to use install-info(1) to update directory files\r