Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f1 / 1ef49707f1fb21f8fba6b34c6ebaba422124ff
1 Return-Path: <bremner@tesseract.cs.unb.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id BF1F1431FB6\r
6         for <notmuch@notmuchmail.org>; Sun, 25 Jan 2015 06:09:09 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.438\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id yZgBQMyrls3M for <notmuch@notmuchmail.org>;\r
16         Sun, 25 Jan 2015 06:09:06 -0800 (PST)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224])\r
19         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 7C7B2431FAF\r
22         for <notmuch@notmuchmail.org>; Sun, 25 Jan 2015 06:09:06 -0800 (PST)\r
23 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
24         4.80) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
25         id 1YFNr1-0002d9-W9; Sun, 25 Jan 2015 14:07:56 +0000\r
26 Received: (nullmailer pid 19620 invoked by uid 1000); Sun, 25 Jan 2015\r
27         14:07:42 -0000\r
28 From: David Bremner <david@tethera.net>\r
29 To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
30 Subject: [PATCH] doc: gzipped notmuch.3 before trying to install notmuch.3.gz\r
31 Date: Sun, 25 Jan 2015 15:07:38 +0100\r
32 Message-Id: <1422194858-19490-1-git-send-email-david@tethera.net>\r
33 X-Mailer: git-send-email 2.1.4\r
34 In-Reply-To: <1421963721-17106-1-git-send-email-tomi.ollila@iki.fi>\r
35 References: <1421963721-17106-1-git-send-email-tomi.ollila@iki.fi>\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sun, 25 Jan 2015 14:09:09 -0000\r
49 \r
50 If HAVE_SPHINX=0 but HAVE_DOXYGEN=1, then the previous version was\r
51 trying to install notmuch.3.gz but only got as far as creating\r
52 notmuch.3\r
53 ---\r
54 \r
55 doc/Makefile.local is messy enough that I found Tomi's fix hard to\r
56 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
57 \r
58  doc/Makefile.local | 2 +-\r
59  1 file changed, 1 insertion(+), 1 deletion(-)\r
60 \r
61 diff --git a/doc/Makefile.local b/doc/Makefile.local\r
62 index 0bdf2e1..e209749 100644\r
63 --- a/doc/Makefile.local\r
64 +++ b/doc/Makefile.local\r
65 @@ -60,7 +60,7 @@ install-man: install-apidocs\r
66  ifeq ($(HAVE_DOXYGEN),1)\r
67  MAN_GZIP_FILES += ${APIMAN}.gz\r
68  apidocs: $(APIMAN)\r
69 -install-apidocs: apidocs\r
70 +install-apidocs: ${APIMAN}.gz\r
71         mkdir -p "$(DESTDIR)$(mandir)/man3"\r
72         install -m0644  $(DOCBUILDDIR)/man/man3/*.3.gz  $(DESTDIR)/$(mandir)/man3\r
73  \r
74 -- \r
75 2.1.4\r
76 \r