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