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 --- Pop_Messe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pop_Messe') diff --git a/Pop_Messe/Makefile b/Pop_Messe/Makefile index 42b6ec3..892fabe 100644 --- a/Pop_Messe/Makefile +++ b/Pop_Messe/Makefile @@ -10,7 +10,7 @@ endif .PHONY: all clean Clean $(SUBDIRS) all: $(CURDOC).pdf - pkill -SIGHUP mupdf + pkill -SIGHUP -xf 'mupdf(-x11)? (.*/)?$<' || true clean: rm -f *.pre -- cgit v1.2.3-70-g09d2