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 309CF6DE1226 for ; Tue, 28 Jul 2015 04:59:28 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.943 X-Spam-Level: X-Spam-Status: No, score=0.943 tagged_above=-999 required=5 tests=[AWL=0.291, 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 Fun6AP1aOna0 for ; Tue, 28 Jul 2015 04:59:26 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id D842F6DE119D for ; Tue, 28 Jul 2015 04:59:25 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 672DF10008B; Tue, 28 Jul 2015 14:59:06 +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: <87twsoabxv.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> <87twsoabxv.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 11:59:28 -0000 On Tue, Jul 28 2015, David Bremner wrote: > Tomi Ollila writes: > >> 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) >> > > I could make a followup commit with "M-x whitespace-cleanup" in emacs, > how does that sound? fine by me. > > d Tomi