diff options
Diffstat (limited to 'Noch_dringt_Jesu_frohe_Botschaft')
-rw-r--r-- | Noch_dringt_Jesu_frohe_Botschaft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Noch_dringt_Jesu_frohe_Botschaft/Makefile b/Noch_dringt_Jesu_frohe_Botschaft/Makefile index 38c18d6..cd041e4 100644 --- a/Noch_dringt_Jesu_frohe_Botschaft/Makefile +++ b/Noch_dringt_Jesu_frohe_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 |