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