summaryrefslogtreecommitdiff
path: root/Schmueckt_das_Fest_mit_Maien/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Schmueckt_das_Fest_mit_Maien/Makefile')
-rw-r--r--Schmueckt_das_Fest_mit_Maien/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Schmueckt_das_Fest_mit_Maien/Makefile b/Schmueckt_das_Fest_mit_Maien/Makefile
index 90faa64..cb66cc7 100644
--- a/Schmueckt_das_Fest_mit_Maien/Makefile
+++ b/Schmueckt_das_Fest_mit_Maien/Makefile
@@ -14,8 +14,9 @@ include ../.meta/*.mk
%.pre: %.ly
cat "$<" > "$@"
-%.post: %.pre
+%.post: %.pre $(patsubst %.ly,%.pre, $(shell ls *.ly))
m4 <"$<" >"$@"
-%.pdf: %.post $(patsubst %.ly,%.post, $(shell ls *.ly))
+%.pdf: %.post
lilypond $<
+ pkill -SIGHUP -xf "mupdf $@" || true