diff options
Diffstat (limited to 'Brich_mit_den_Hungrigen_dein_Brot')
-rw-r--r-- | Brich_mit_den_Hungrigen_dein_Brot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Brich_mit_den_Hungrigen_dein_Brot/Makefile b/Brich_mit_den_Hungrigen_dein_Brot/Makefile index 921a24f..40b59ae 100644 --- a/Brich_mit_den_Hungrigen_dein_Brot/Makefile +++ b/Brich_mit_den_Hungrigen_dein_Brot/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 |