From: Tomi Ollila Date: Tue, 28 Jul 2015 06:51:20 +0000 (+0300) Subject: Re: [PATCH] configure: add --without-docs switch X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d28a86aa363f962a5903bb46bc65b5ec2e119e5e;p=notmuch-archives.git Re: [PATCH] configure: add --without-docs switch --- diff --git a/9f/01bc59270b9e0635450fd7acecc9aa40d70ffd b/9f/01bc59270b9e0635450fd7acecc9aa40d70ffd new file mode 100644 index 000000000..8bd1e8ecf --- /dev/null +++ b/9f/01bc59270b9e0635450fd7acecc9aa40d70ffd @@ -0,0 +1,80 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 941616DE119D + for ; Mon, 27 Jul 2015 23:51:46 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.949 +X-Spam-Level: +X-Spam-Status: No, score=0.949 tagged_above=-999 required=5 tests=[AWL=0.297, + SPF_NEUTRAL=0.652] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id ZEpK2Qe_cshA for ; + Mon, 27 Jul 2015 23:51:43 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by arlo.cworth.org (Postfix) with ESMTP id 94F206DE0B7C + for ; Mon, 27 Jul 2015 23:51:42 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 9C53910008B; + Tue, 28 Jul 2015 09:51:20 +0300 (EEST) +From: Tomi Ollila +To: David Bremner , mp39590@gmail.com, + notmuch@notmuchmail.org +Subject: Re: [PATCH] configure: add --without-docs switch +In-Reply-To: <87mvyhqqn4.fsf@maritornes.cs.unb.ca> +References: <87oaiysyzu.fsf@maritornes.cs.unb.ca> + <1438020277-5145-1-git-send-email-mp39590@gmail.com> + <87mvyhqqn4.fsf@maritornes.cs.unb.ca> +User-Agent: Notmuch/0.20.2+31~g967a7a3 (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.18 +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, 28 Jul 2015 06:51:46 -0000 + +On Mon, Jul 27 2015, David Bremner wrote: + +> mp39590@gmail.com writes: +> +>> From: Mikhail +>> +>> Previously documentation was build automatically if sphinx/doxygen +>> executable were found. The switch is used to unconditionally disable +>> sphinx/doxygen detection and therefor, building of documentation +>> (including man pages). +>> --- +>> +>> The issue was about setting "noprefix = true" in .gitconfig. +>> Please try this patch. +> +> This version seems OK for me. Any objects from others? + +Do I sound like a nitpicker when I mention that the new indentations +uses spaces instead of tabs... ;) ? ... perhaps I do since there are 2 +other places w/ space indentation (CPPFLAGS & xapian compact) + +(otherwise) LGTM + +Tomi + +> +> d