diff options
author | Erich Eckner <git@eckner.net> | 2019-06-25 08:38:04 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-07-29 06:41:40 +0200 |
commit | 46211a9a4d66e22f6d210b83b22ca7d9657005c2 (patch) | |
tree | b6a9138fafd98641befb757266445642fb5ff3ae /O_Jesu_Christe_wahres_Licht | |
parent | 5606bee9bb8d958a2cc1eed1bb99eaedc0accdb4 (diff) | |
download | Musik-46211a9a4d66e22f6d210b83b22ca7d9657005c2.tar.xz |
ignore errors of pkill in Makefiles
Diffstat (limited to 'O_Jesu_Christe_wahres_Licht')
-rw-r--r-- | O_Jesu_Christe_wahres_Licht/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/O_Jesu_Christe_wahres_Licht/Makefile b/O_Jesu_Christe_wahres_Licht/Makefile index d949731..300cdb2 100644 --- a/O_Jesu_Christe_wahres_Licht/Makefile +++ b/O_Jesu_Christe_wahres_Licht/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 |