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 --- Herr_erbarme_dich_erbarme_dich/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Herr_erbarme_dich_erbarme_dich') diff --git a/Herr_erbarme_dich_erbarme_dich/Makefile b/Herr_erbarme_dich_erbarme_dich/Makefile index c7acfe8..4772b00 100644 --- a/Herr_erbarme_dich_erbarme_dich/Makefile +++ b/Herr_erbarme_dich_erbarme_dich/Makefile @@ -16,7 +16,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