[PATCH] configure: add --without-docs switch
[notmuch-archives.git] / c3 / 31e1e85084eb3a99868c2880a8bf7262eed0ef
1 Return-Path: <wking@tremily.us>\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 1FCE9431FC7\r
6         for <notmuch@notmuchmail.org>; Sat, 10 May 2014 10:04:26 -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\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id MJfhYOzS4GLt for <notmuch@notmuchmail.org>;\r
17         Sat, 10 May 2014 10:04:18 -0700 (PDT)\r
18 Received: from qmta04.westchester.pa.mail.comcast.net\r
19         (qmta04.westchester.pa.mail.comcast.net [76.96.62.40])\r
20         by olra.theworths.org (Postfix) with ESMTP id D0770431FBF\r
21         for <notmuch@notmuchmail.org>; Sat, 10 May 2014 10:04:17 -0700 (PDT)\r
22 Received: from omta10.westchester.pa.mail.comcast.net ([76.96.62.28])\r
23         by qmta04.westchester.pa.mail.comcast.net with comcast\r
24         id 0Gua1o0050cZkys54H4H66; Sat, 10 May 2014 17:04:17 +0000\r
25 Received: from odin.tremily.us ([24.18.63.50])\r
26         by omta10.westchester.pa.mail.comcast.net with comcast\r
27         id 0H4F1o00Y152l3L3WH4Gqw; Sat, 10 May 2014 17:04:17 +0000\r
28 Received: from mjolnir.tremily.us (unknown [192.168.0.140])\r
29         by odin.tremily.us (Postfix) with ESMTPS id 9121411969A2;\r
30         Sat, 10 May 2014 10:04:15 -0700 (PDT)\r
31 Received: (nullmailer pid 24524 invoked by uid 1000);\r
32         Sat, 10 May 2014 17:03:43 -0000\r
33 From: "W. Trevor King" <wking@tremily.us>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH v2 0/5] rst2man.py support and doc-build cleanups\r
36 Date: Sat, 10 May 2014 10:03:31 -0700\r
37 Message-Id: <cover.1399740604.git.wking@tremily.us>\r
38 X-Mailer: git-send-email 1.9.1.353.gc66d89d\r
39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
40         s=q20140121; t=1399741457;\r
41         bh=WRmUdTxirujjsEwA77yF6SuIPm1McVC5OSXlZqH6mFY=;\r
42         h=Received:Received:Received:Received:From:To:Subject:Date:\r
43         Message-Id;\r
44         b=W7q5m7KF3fZQPKGgbV76uFLwnBTEGMp8vjaru7d7TYbQXYedLEILaKUeznuOjKzHt\r
45         R3xHTUufCIcx+8yAVZMfTRRJndsPnFpvW/ZlnTyLAFJwcqvmGhnCV+nopAkzQS2cC1\r
46         hBccBFbZ/5JcZBPZFfIV4nvuUDcQ6ruhNE2LV5dfovUAVEts8/5ulSqu9P6XtSkFd+\r
47         FElYheLX3OI+01MN/m1ZH7nqWfiRi8KjaaV1pG+cFhCqYLHsnGLNccwkGqgYlIX34d\r
48         2Q2aPi/HV9ZWuvS+M3ttdgn1POqdGymclL0hkz1RCKClvHRWgHfRz2DelUnkBs0io2\r
49         mvpEi77bZlYGg==\r
50 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Sat, 10 May 2014 17:04:26 -0000\r
64 \r
65 The first four patches from v1 have already landed in master.\r
66 This series is v2 of the remainder of the series [1].\r
67 \r
68 In patch 1/5 (v1's 5/7):\r
69 \r
70 * Explicitly empty RST2MAN [2,3], rather than letting external\r
71   environment variables fall through (or explicitly using them to\r
72   bypass configure's detection code [4]).\r
73 * Restore HAVE_RST2MAN instead of using non-empty RST2MAN [5].  I'm\r
74   willing to go along with this (hence the patch), but I'd prefer\r
75   dropping the HAVE_* variables.  More details in the commit message\r
76   for patch 5/5.\r
77 \r
78 In patch 4/5 (v1's 7/7):\r
79 \r
80 * Add a '.. -*- rst -*-' prefix to doc/INSTALL [6].\r
81 * Fix 'build build' -> 'build' [7].\r
82 * Fix 'Building the man Docutils' -> 'Building with Docutils' [7].\r
83 * Standardize on build-{html|info|man} and install-{info|man} [8].\r
84 * Add notes about the Sphinx/Docutils variables [7].\r
85 \r
86 Patches 3/5 and 5/5 are new since v1, and add Sphinx-less support for\r
87 build-html.\r
88 \r
89 [1]: id:cover.1396718720.git.wking@tremily.us\r
90      http://article.gmane.org/gmane.mail.notmuch.general/17732\r
91 [2]: id:m2a9bzd2bo.fsf@guru.guru-group.fi\r
92      http://article.gmane.org/gmane.mail.notmuch.general/17742\r
93 [3]: id:m21txac0qy.fsf@guru.guru-group.fi\r
94      http://article.gmane.org/gmane.mail.notmuch.general/17775\r
95 [4]: id:20140405191917.GF5316@odin.tremily.us\r
96      http://article.gmane.org/gmane.mail.notmuch.general/17745\r
97 [5]: id:m24n26c1m9.fsf@guru.guru-group.fi\r
98      http://article.gmane.org/gmane.mail.notmuch.general/17774\r
99 [6]: id:87wqejtxs9.fsf@maritornes.cs.unb.ca\r
100      http://article.gmane.org/gmane.mail.notmuch.general/17956\r
101 [7]: id:874n271plm.fsf@maritornes.cs.unb.ca\r
102      http://article.gmane.org/gmane.mail.notmuch.general/17746\r
103 [8]: id:871txb1j8z.fsf@maritornes.cs.unb.ca\r
104      http://article.gmane.org/gmane.mail.notmuch.general/17754\r
105 \r
106 W. Trevor King (5):\r
107   doc: Allow rst2man.py as an alternative to rst2man\r
108   doc/prerst2man.py: Convert execfile to import\r
109   doc/prerst2x.py: Adjust to handle any output format, not just man\r
110     pages\r
111   doc: Consolidate Makefile targets around {build|install}-{format}\r
112   doc: Add rst2html support for building HTML docs\r
113 \r
114  Makefile.local     | 14 ++++++++--\r
115  configure          | 41 ++++++++++++++++++++++++++---\r
116  doc/INSTALL        | 47 ++++++++++++++++++++++++----------\r
117  doc/Makefile.local | 48 +++++++++++++++++++---------------\r
118  doc/prerst2man.py  | 63 ---------------------------------------------\r
119  doc/prerst2x.py    | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++\r
120  6 files changed, 186 insertions(+), 102 deletions(-)\r
121  delete mode 100644 doc/prerst2man.py\r
122  create mode 100644 doc/prerst2x.py\r
123 \r
124 -- \r
125 1.9.1.353.gc66d89d\r