diff options
Diffstat (limited to 'Bewahre_uns_Gott')
-rw-r--r-- | Bewahre_uns_Gott/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Bewahre_uns_Gott/Makefile b/Bewahre_uns_Gott/Makefile index e40fa09..dbe7f79 100644 --- a/Bewahre_uns_Gott/Makefile +++ b/Bewahre_uns_Gott/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 $< |