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