From: David Bremner Date: Tue, 28 Jul 2015 18:11:53 +0000 (+0200) Subject: Re: [PATCH] configure: add --without-docs switch X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=697d4a8e34356d646f201db41479946da2d75307;p=notmuch-archives.git Re: [PATCH] configure: add --without-docs switch --- diff --git a/1b/09b0372fa4ce8ca35abea3a8e570d6473b2f6c b/1b/09b0372fa4ce8ca35abea3a8e570d6473b2f6c new file mode 100644 index 000000000..c9f464a2c --- /dev/null +++ b/1b/09b0372fa4ce8ca35abea3a8e570d6473b2f6c @@ -0,0 +1,66 @@ +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 9D0C56DE1352 + for ; Tue, 28 Jul 2015 11:13:37 -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 cgWw-fl3Ti7j for ; + Tue, 28 Jul 2015 11:13:35 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 5F7356DE0B20 + for ; Tue, 28 Jul 2015 11:13:35 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZK9MF-0006ad-IF; Tue, 28 Jul 2015 18:12:07 +0000 +Received: (nullmailer pid 1373 invoked by uid 1000); Tue, 28 Jul 2015 + 18:11:53 -0000 +From: David Bremner +To: mp39590@gmail.com, notmuch@notmuchmail.org +Subject: Re: [PATCH] configure: add --without-docs switch +In-Reply-To: <1438020277-5145-1-git-send-email-mp39590@gmail.com> +References: <87oaiysyzu.fsf@maritornes.cs.unb.ca> + <1438020277-5145-1-git-send-email-mp39590@gmail.com> +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Tue, 28 Jul 2015 20:11:53 +0200 +Message-ID: <87io94up7a.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 18:13:37 -0000 + +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). + +I pushed this patch, along with some whitespace cleanup. + +It exposes one of our tests as broken (one of the subtests of +T010-help); I verified that it was equally broken on systems without +sphinx. + +d