From: David Bremner Date: Sun, 25 Jan 2015 14:07:38 +0000 (+0100) Subject: [PATCH] doc: gzipped notmuch.3 before trying to install notmuch.3.gz X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e4d5d40b5aba02e4caf015ae94e0fd99bdb7421e;p=notmuch-archives.git [PATCH] doc: gzipped notmuch.3 before trying to install notmuch.3.gz --- diff --git a/f1/1ef49707f1fb21f8fba6b34c6ebaba422124ff b/f1/1ef49707f1fb21f8fba6b34c6ebaba422124ff new file mode 100644 index 000000000..f6ccfb3fa --- /dev/null +++ b/f1/1ef49707f1fb21f8fba6b34c6ebaba422124ff @@ -0,0 +1,76 @@ +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 BF1F1431FB6 + for ; Sun, 25 Jan 2015 06:09:09 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 yZgBQMyrls3M for ; + Sun, 25 Jan 2015 06:09:06 -0800 (PST) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 7C7B2431FAF + for ; Sun, 25 Jan 2015 06:09:06 -0800 (PST) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YFNr1-0002d9-W9; Sun, 25 Jan 2015 14:07:56 +0000 +Received: (nullmailer pid 19620 invoked by uid 1000); Sun, 25 Jan 2015 + 14:07:42 -0000 +From: David Bremner +To: Tomi Ollila , notmuch@notmuchmail.org +Subject: [PATCH] doc: gzipped notmuch.3 before trying to install notmuch.3.gz +Date: Sun, 25 Jan 2015 15:07:38 +0100 +Message-Id: <1422194858-19490-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.1.4 +In-Reply-To: <1421963721-17106-1-git-send-email-tomi.ollila@iki.fi> +References: <1421963721-17106-1-git-send-email-tomi.ollila@iki.fi> +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: Sun, 25 Jan 2015 14:09:09 -0000 + +If HAVE_SPHINX=0 but HAVE_DOXYGEN=1, then the previous version was +trying to install notmuch.3.gz but only got as far as creating +notmuch.3 +--- + +doc/Makefile.local is messy enough that I found Tomi's fix hard to +follow. Probably the real answer is to fix some of this mess, but in the mean time, what about this as an alternative fix? + + doc/Makefile.local | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/Makefile.local b/doc/Makefile.local +index 0bdf2e1..e209749 100644 +--- a/doc/Makefile.local ++++ b/doc/Makefile.local +@@ -60,7 +60,7 @@ install-man: install-apidocs + ifeq ($(HAVE_DOXYGEN),1) + MAN_GZIP_FILES += ${APIMAN}.gz + apidocs: $(APIMAN) +-install-apidocs: apidocs ++install-apidocs: ${APIMAN}.gz + mkdir -p "$(DESTDIR)$(mandir)/man3" + install -m0644 $(DOCBUILDDIR)/man/man3/*.3.gz $(DESTDIR)/$(mandir)/man3 + +-- +2.1.4 +