From: David Bremner Date: Fri, 4 Jul 2014 11:56:15 +0000 (+2100) Subject: Re: [PATCH 1/2] doc: build and install doxygen api docs X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1a47002d07dc30e0679464ce2272f75495378e37;p=notmuch-archives.git Re: [PATCH 1/2] doc: build and install doxygen api docs --- diff --git a/d1/81ff35bb34c415bf830f6ec9ca529979a3c15a b/d1/81ff35bb34c415bf830f6ec9ca529979a3c15a new file mode 100644 index 000000000..9464b4e7e --- /dev/null +++ b/d1/81ff35bb34c415bf830f6ec9ca529979a3c15a @@ -0,0 +1,68 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 4D6FB431FAF + for ; Fri, 4 Jul 2014 04:57:15 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id frJgCcVfkQiW for ; + Fri, 4 Jul 2014 04:57:08 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id F15DC431FAE + for ; Fri, 4 Jul 2014 04:57:07 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.72) (envelope-from ) + id 1X326U-0001PP-IN; Fri, 04 Jul 2014 11:56:34 +0000 +Received: (nullmailer pid 19788 invoked by uid 1000); Fri, 04 Jul 2014 + 11:56:15 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: [PATCH 1/2] doc: build and install doxygen api docs +In-Reply-To: <1404232834-13777-2-git-send-email-david@tethera.net> +References: <1396749744-19638-3-git-send-email-david@tethera.net> + <1404232834-13777-1-git-send-email-david@tethera.net> + <1404232834-13777-2-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.18.1+22~gbf82697 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Fri, 04 Jul 2014 08:56:15 -0300 +Message-ID: <87d2dltk0w.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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: Fri, 04 Jul 2014 11:57:15 -0000 + +David Bremner writes: + +> Add to the build-man and install-man targets. We also stop hardcoding +> the version information into doxygen.cfg + +There are (at least) two outstanding issues with this patch: + +- configure needs to check for doxygen and disable api docs + if not found. + +- it doesn't work for out of tree build. + +So more work for me I guess. + +d