Re: [PATCH] configure: add --without-docs switch
authorDavid Bremner <david@tethera.net>
Tue, 28 Jul 2015 09:06:20 +0000 (11:06 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:12 +0000 (14:49 -0700)
f9/fec1e6570078eb017fba0570f5f0cf39460e86 [new file with mode: 0644]

diff --git a/f9/fec1e6570078eb017fba0570f5f0cf39460e86 b/f9/fec1e6570078eb017fba0570f5f0cf39460e86
new file mode 100644 (file)
index 0000000..a41cecb
--- /dev/null
@@ -0,0 +1,80 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 658136DE119D\r
+ for <notmuch@notmuchmail.org>; Tue, 28 Jul 2015 02:08:30 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.159\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.159 tagged_above=-999 required=5 tests=[AWL=0.159]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id u_8NeT0vuFQ0 for <notmuch@notmuchmail.org>;\r
+ Tue, 28 Jul 2015 02:08:28 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 440586DE0B7C\r
+ for <notmuch@notmuchmail.org>; Tue, 28 Jul 2015 02:08:27 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1ZK0qI-0004nH-It; Tue, 28 Jul 2015 09:06:34 +0000\r
+Received: (nullmailer pid 5872 invoked by uid 1000); Tue, 28 Jul 2015\r
+ 09:06:20 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Tomi Ollila <tomi.ollila@iki.fi>, mp39590@gmail.com,\r
+ notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] configure: add --without-docs switch\r
+In-Reply-To: <m27fpksrkn.fsf@guru.guru-group.fi>\r
+References: <87oaiysyzu.fsf@maritornes.cs.unb.ca>\r
+ <1438020277-5145-1-git-send-email-mp39590@gmail.com>\r
+ <87mvyhqqn4.fsf@maritornes.cs.unb.ca> <m27fpksrkn.fsf@guru.guru-group.fi>\r
+User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Tue, 28 Jul 2015 11:06:20 +0200\r
+Message-ID: <87twsoabxv.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 28 Jul 2015 09:08:30 -0000\r
+\r
+Tomi Ollila <tomi.ollila@iki.fi> writes:\r
+\r
+> On Mon, Jul 27 2015, David Bremner <david@tethera.net> wrote:\r
+>\r
+>> mp39590@gmail.com writes:\r
+>>\r
+>>> From: Mikhail <mp39590@gmail.com>\r
+>>>\r
+>>> Previously documentation was build automatically if sphinx/doxygen\r
+>>> executable were found. The switch is used to unconditionally disable\r
+>>> sphinx/doxygen detection and therefor, building of documentation\r
+>>> (including man pages).\r
+>>> ---\r
+>>>  \r
+>>>  The issue was about setting "noprefix = true" in .gitconfig.\r
+>>>  Please try this patch.\r
+>>\r
+>> This version seems OK for me. Any objects from others?\r
+>\r
+> Do I sound like a nitpicker when I mention that the new indentations\r
+> uses spaces instead of tabs... ;) ? ... perhaps I do since there are 2\r
+> other places w/ space indentation (CPPFLAGS & xapian compact)\r
+>\r
+\r
+I could make a followup commit with "M-x whitespace-cleanup" in emacs,\r
+how does that sound?\r
+\r
+d\r