Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 06 / d54e4ea9023e92e269171f31f989f7a7b73dd6
1 Return-Path: <tomi.ollila@iki.fi>\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 arlo.cworth.org (Postfix) with ESMTP id E10D66DE02AD\r
6  for <notmuch@notmuchmail.org>; Tue,  9 Aug 2016 08:00:19 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.564\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.564 tagged_above=-999 required=5 tests=[AWL=-0.088,\r
12   SPF_NEUTRAL=0.652] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id 6fj1GpBHox58 for <notmuch@notmuchmail.org>;\r
16  Tue,  9 Aug 2016 08:00:11 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id 51C6D6DE01CE\r
19  for <notmuch@notmuchmail.org>; Tue,  9 Aug 2016 08:00:04 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id 2D22F10007F;\r
22  Tue,  9 Aug 2016 17:59:39 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: David Bremner <david@tethera.net>, mp39590@gmail.com,\r
25  notmuch@notmuchmail.org\r
26 Subject: Re: [PATCH] configure: add --without-api-docs option\r
27 In-Reply-To: <87popijavz.fsf@maritornes.cs.unb.ca>\r
28 References: <20160809105246.70959-1-mp39590@gmail.com>\r
29  <87popijavz.fsf@maritornes.cs.unb.ca>\r
30 User-Agent: Notmuch/0.22+56~ge2391a7 (https://notmuchmail.org) Emacs/24.5.1\r
31  (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Tue, 09 Aug 2016 17:59:38 +0300\r
36 Message-ID: <m2poping2t.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.20\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43  <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Tue, 09 Aug 2016 15:00:20 -0000\r
52 \r
53 On Tue, Aug 09 2016, David Bremner <david@tethera.net> wrote:\r
54 \r
55 > mp39590@gmail.com writes:\r
56 >\r
57 >> From: Mikhail <mp39590@gmail.com>\r
58 >>\r
59 >> Add option to explicitly disable API man page build even if doxygen is\r
60 >> available.\r
61 >\r
62 > I'm not sure about the use case here. For some reason you want to\r
63 > install some of the man pages, but not all of them?\r
64 \r
65 I do understand. api docs are for developers, other docs additionally\r
66 for rest of the end users\r
67 \r
68 Also, in some of my systems building api docs prints out quite a bit of\r
69 noise (old doxygen) and the output is just pile of crap (fortunately i\r
70 don't install notmuch in any of my systems where I use it... ok I do it\r
71 in one, but into a tree inside my home dir...)\r
72 \r
73 >> ---\r
74 >>  configure | 14 ++++++++++++--\r
75 >>  1 file changed, 12 insertions(+), 2 deletions(-)\r
76 >>\r
77 >> diff --git a/configure b/configure\r
78 >> index ae0a027..a6b6ee8 100755\r
79 >> --- a/configure\r
80 >> +++ b/configure\r
81 >> @@ -68,6 +68,7 @@ PYTHON=${PYTHON:-}\r
82 >>  PREFIX=/usr/local\r
83 >>  LIBDIR=\r
84 >>  WITH_DOCS=1\r
85 >> +WITH_API_DOCS=1\r
86 >>  WITH_EMACS=1\r
87 >>  WITH_BASH=1\r
88 >>  WITH_RUBY=1\r
89 >> @@ -137,7 +138,8 @@ Some features can be disabled (--with-feature=no is equivalent to\r
90 >>  --without-feature) :\r
91 >>  \r
92 >>      --without-bash-completion       Do not install bash completions files\r
93 >> -    --without-docs                  Do not install documentation and man pages\r
94 >> +    --without-docs                  Do not install man pages\r
95 >\r
96 > I would say that --without-docs should imply --without-api-docs\r
97 \r
98 on that I agree :)\r
99 \r
100 Tomi\r
101 \r
102 >\r
103 > I'm not totally convinced about the change in the description, but I\r
104 > guess we can always change it back if / when we start install other\r
105 > kinds of docs (e.g. html docs or info pages).\r