summaryrefslogtreecommitdiff
path: root/Ist_Gott_fuer_mich_so_trete/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Ist_Gott_fuer_mich_so_trete/Makefile')
-rw-r--r--Ist_Gott_fuer_mich_so_trete/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Ist_Gott_fuer_mich_so_trete/Makefile b/Ist_Gott_fuer_mich_so_trete/Makefile
index e40fa09..dbe7f79 100644
--- a/Ist_Gott_fuer_mich_so_trete/Makefile
+++ b/Ist_Gott_fuer_mich_so_trete/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 $<