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 --- Die_Botschaft/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Die_Botschaft') diff --git a/Die_Botschaft/Makefile b/Die_Botschaft/Makefile index 38c18d6..cd041e4 100644 --- a/Die_Botschaft/Makefile +++ b/Die_Botschaft/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