summaryrefslogtreecommitdiff
path: root/Froehlich_soll_mein_Herze_springen_kombiniert_E_dur
diff options
context:
space:
mode:
Diffstat (limited to 'Froehlich_soll_mein_Herze_springen_kombiniert_E_dur')
-rw-r--r--Froehlich_soll_mein_Herze_springen_kombiniert_E_dur/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Froehlich_soll_mein_Herze_springen_kombiniert_E_dur/Makefile b/Froehlich_soll_mein_Herze_springen_kombiniert_E_dur/Makefile
index e40fa09..dbe7f79 100644
--- a/Froehlich_soll_mein_Herze_springen_kombiniert_E_dur/Makefile
+++ b/Froehlich_soll_mein_Herze_springen_kombiniert_E_dur/Makefile
@@ -15,8 +15,10 @@ include ../.meta/*.mk
%.pre: %.ly
cat "$<" > "$@"
-%.post: %.pre $(patsubst %.ly,%.pre, $(shell find . -name '*.ly'))
- m4 <"$<" >"$@"
+%.post: %.pre $(patsubst %.ly,%.pre, $(shell find . -name '*.ly')) ../.meta/header.ly
+ cat ../.meta/header.ly "$<" \
+ |m4 \
+ >"$@"
%.pdf: %.post
lilypond $<