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 658136DE119D for ; Tue, 28 Jul 2015 02:08:30 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.159 X-Spam-Level: X-Spam-Status: No, score=0.159 tagged_above=-999 required=5 tests=[AWL=0.159] 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 u_8NeT0vuFQ0 for ; Tue, 28 Jul 2015 02:08:28 -0700 (PDT) Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id 440586DE0B7C for ; Tue, 28 Jul 2015 02:08:27 -0700 (PDT) Received: from remotemail by gitolite.debian.net with local (Exim 4.80) (envelope-from ) id 1ZK0qI-0004nH-It; Tue, 28 Jul 2015 09:06:34 +0000 Received: (nullmailer pid 5872 invoked by uid 1000); Tue, 28 Jul 2015 09:06:20 -0000 From: David Bremner To: Tomi Ollila , mp39590@gmail.com, notmuch@notmuchmail.org Subject: Re: [PATCH] configure: add --without-docs switch In-Reply-To: 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 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Tue, 28 Jul 2015 11:06:20 +0200 Message-ID: <87twsoabxv.fsf@maritornes.cs.unb.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 09:08:30 -0000 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? d