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