diff options
Diffstat (limited to 'Gott_ist_treu')
-rw-r--r-- | Gott_ist_treu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gott_ist_treu/Makefile b/Gott_ist_treu/Makefile index 7ae7512..d77f888 100644 --- a/Gott_ist_treu/Makefile +++ b/Gott_ist_treu/Makefile @@ -14,7 +14,7 @@ else endif all: $(CURDOC).pdf - pkill -SIGHUP -xf 'mupdf(-x11)? (.*/)?$<' + pkill -SIGHUP -xf 'mupdf(-x11)? (.*/)?$<' || true clean: rm -f *.pre |