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