diff options
Diffstat (limited to 'Wie_soll_ich_dich_empfangen')
-rw-r--r-- | Wie_soll_ich_dich_empfangen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wie_soll_ich_dich_empfangen/Makefile b/Wie_soll_ich_dich_empfangen/Makefile index cb66cc7..5906da7 100644 --- a/Wie_soll_ich_dich_empfangen/Makefile +++ b/Wie_soll_ich_dich_empfangen/Makefile @@ -19,4 +19,4 @@ include ../.meta/*.mk %.pdf: %.post lilypond $< - pkill -SIGHUP -xf "mupdf $@" || true + pkill -SIGHUP -xf "mupdf(-x11)? $@" || true |