summaryrefslogtreecommitdiff
path: root/tickets/355e19c52a414da1af87449a96a9eb86/Maildir/new/1455999007.M952754P17339Q183.exolobe1
blob: a4c9b2ee80422590205edd811727307d36f218fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Return-Path: <obnam-dev-bounces@obnam.org>
X-Original-To: distix@pieni.net
Delivered-To: distix@pieni.net
Received: from bagpuss.pepperfish.net (bagpuss.pepperfish.net [148.251.8.16])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pieni.net (Postfix) with ESMTPS id 773812D4D5
	for <distix@pieni.net>; Mon,  2 Feb 2015 16:39:32 +0100 (CET)
Received: from platypus.pepperfish.net (unknown [10.112.100.20])
	by bagpuss.pepperfish.net (Postfix) with ESMTP id 3951733A8;
	Mon,  2 Feb 2015 15:39:32 +0000 (GMT)
Received: from localhost ([::1] helo=platypus.pepperfish.net)
	by platypus.pepperfish.net with esmtp (Exim 4.80 #2 (Debian))
	id 1YIJ64-0005lU-4B; Mon, 02 Feb 2015 15:39:32 +0000
Received: from inmail ([10.112.100.10] helo=mx0.pepperfish.net)
 by platypus.pepperfish.net with esmtp (Exim 4.80 #2 (Debian))
 id 1YIJ62-0005lO-ID
 for <obnam-dev@obnam.org>; Mon, 02 Feb 2015 15:39:30 +0000
Received: from d119a1.x-mailer.de ([212.162.53.138])
 by mx0.pepperfish.net with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256)
 (Exim 4.80) (envelope-from <jn@hz6.de>) id 1YIJ60-0001Um-En
 for obnam-dev@obnam.org; Mon, 02 Feb 2015 15:39:30 +0000
Received: from [109.192.234.157] (helo=debian.nigge)
 by d119.x-mailer.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63)
 (envelope-from <jn@hz6.de>) id 1YIJ5x-0006Y6-Gd
 for obnam-dev@obnam.org; Mon, 02 Feb 2015 16:39:25 +0100
From: Jan Niggemann <jn@hz6.de>
To: obnam-dev@obnam.org
Date: Mon,  2 Feb 2015 16:39:24 +0100
Message-Id: <1422891564-20648-1-git-send-email-jn@hz6.de>
X-Mailer: git-send-email 1.7.10.4
X-Info: valid message
X-Info: original Date
X-Spam-Score: -2.2
X-Spam-Score-int: -21
X-Spam-Bar: --
X-Scanned-By: pepperfish.net, Mon, 02 Feb 2015 15:39:30 +0000
X-Spam-Report: Content analysis details: (-2.2 points)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.0 RCVD_IN_DNSWL_NONE     RBL: Sender listed at http://www.dnswl.org/, no
 trust [212.162.53.138 listed in list.dnswl.org]
 -0.3 PPF_FROM_UK RBL: A Received line involves an address from the UK
 [212.162.53.138 listed in gb.country.dnsbl.rjek.com]
 -1.9 BAYES_00               BODY: Bayes spam probability is 0 to 1%
 [score: 0.0000]
Subject: [PATCH] adds fr to clean target
X-BeenThere: obnam-dev@obnam.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Obnam development discussions <obnam-dev-obnam.org>
List-Unsubscribe: <http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/obnam-dev-obnam.org>,
 <mailto:obnam-dev-request@obnam.org?subject=unsubscribe>
List-Archive: <http://listmaster.pepperfish.net/pipermail/obnam-dev-obnam.org>
List-Post: <mailto:obnam-dev@obnam.org>
List-Help: <mailto:obnam-dev-request@obnam.org?subject=help>
List-Subscribe: <http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/obnam-dev-obnam.org>,
 <mailto:obnam-dev-request@obnam.org?subject=subscribe>
Sender: obnam-dev-bounces@obnam.org
Errors-To: obnam-dev-bounces@obnam.org

Also prepends the targets with a minus sign to continue even if a target fails
(http://www.cprogramming.com/tutorial/makefiles.html)

---
 manual/Makefile |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/manual/Makefile b/manual/Makefile
index 805a596..7f19457 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -59,5 +59,6 @@ obnam-manual.de.html: Makefile $(de_sources) ../obnam.css
 		$(de_sources)
 
 clean:
-	rm -f $(outputs) en/000.mdwn
-	rm -f $(outputs) de/000.mdwn
+	-rm -f $(outputs) en/000.mdwn
+	-rm -f $(outputs) de/000.mdwn
+	-rm -f $(outputs) fr/000.mdwn
-- 
1.7.10.4


_______________________________________________
obnam-dev mailing list
obnam-dev@obnam.org
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/obnam-dev-obnam.org