From 46211a9a4d66e22f6d210b83b22ca7d9657005c2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 25 Jun 2019 08:38:04 +0200 Subject: ignore errors of pkill in Makefiles --- Welch_ein_Freund_ist_unser_Jesus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Welch_ein_Freund_ist_unser_Jesus') diff --git a/Welch_ein_Freund_ist_unser_Jesus/Makefile b/Welch_ein_Freund_ist_unser_Jesus/Makefile index 38c18d6..cd041e4 100644 --- a/Welch_ein_Freund_ist_unser_Jesus/Makefile +++ b/Welch_ein_Freund_ist_unser_Jesus/Makefile @@ -20,7 +20,7 @@ else endif all: $(CURDOC).pdf - pkill -SIGHUP -xf 'mupdf(-x11)? (.*/)?$<' + pkill -SIGHUP -xf 'mupdf(-x11)? (.*/)?$<' || true clean: rm -f *.pre -- cgit v1.2.3-70-g09d2