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