[PATCH] doc: gzipped notmuch.3 before trying to install notmuch.3.gz
authorDavid Bremner <david@tethera.net>
Sun, 25 Jan 2015 14:07:38 +0000 (15:07 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:47:49 +0000 (14:47 -0700)
f1/1ef49707f1fb21f8fba6b34c6ebaba422124ff [new file with mode: 0644]

diff --git a/f1/1ef49707f1fb21f8fba6b34c6ebaba422124ff b/f1/1ef49707f1fb21f8fba6b34c6ebaba422124ff
new file mode 100644 (file)
index 0000000..f6ccfb3
--- /dev/null
@@ -0,0 +1,76 @@
+Return-Path: <bremner@tesseract.cs.unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id BF1F1431FB6\r
+       for <notmuch@notmuchmail.org>; Sun, 25 Jan 2015 06:09:09 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.438\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
+       tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id yZgBQMyrls3M for <notmuch@notmuchmail.org>;\r
+       Sun, 25 Jan 2015 06:09:06 -0800 (PST)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+       [87.98.215.224])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 7C7B2431FAF\r
+       for <notmuch@notmuchmail.org>; Sun, 25 Jan 2015 06:09:06 -0800 (PST)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+       4.80) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
+       id 1YFNr1-0002d9-W9; Sun, 25 Jan 2015 14:07:56 +0000\r
+Received: (nullmailer pid 19620 invoked by uid 1000); Sun, 25 Jan 2015\r
+       14:07:42 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
+Subject: [PATCH] doc: gzipped notmuch.3 before trying to install notmuch.3.gz\r
+Date: Sun, 25 Jan 2015 15:07:38 +0100\r
+Message-Id: <1422194858-19490-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.1.4\r
+In-Reply-To: <1421963721-17106-1-git-send-email-tomi.ollila@iki.fi>\r
+References: <1421963721-17106-1-git-send-email-tomi.ollila@iki.fi>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 25 Jan 2015 14:09:09 -0000\r
+\r
+If HAVE_SPHINX=0 but HAVE_DOXYGEN=1, then the previous version was\r
+trying to install notmuch.3.gz but only got as far as creating\r
+notmuch.3\r
+---\r
+\r
+doc/Makefile.local is messy enough that I found Tomi's fix hard to\r
+follow. Probably the real answer is to fix some of this mess, but in the mean time, what about this as an alternative fix?\r
+\r
+ doc/Makefile.local | 2 +-\r
+ 1 file changed, 1 insertion(+), 1 deletion(-)\r
+\r
+diff --git a/doc/Makefile.local b/doc/Makefile.local\r
+index 0bdf2e1..e209749 100644\r
+--- a/doc/Makefile.local\r
++++ b/doc/Makefile.local\r
+@@ -60,7 +60,7 @@ install-man: install-apidocs\r
+ ifeq ($(HAVE_DOXYGEN),1)\r
+ MAN_GZIP_FILES += ${APIMAN}.gz\r
+ apidocs: $(APIMAN)\r
+-install-apidocs: apidocs\r
++install-apidocs: ${APIMAN}.gz\r
+       mkdir -p "$(DESTDIR)$(mandir)/man3"\r
+       install -m0644  $(DOCBUILDDIR)/man/man3/*.3.gz  $(DESTDIR)/$(mandir)/man3\r
\r
+-- \r
+2.1.4\r
+\r