summaryrefslogtreecommitdiff
path: root/wo/Makefile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-11-09 10:55:27 +0100
committerErich Eckner <git@eckner.net>2016-11-09 10:55:27 +0100
commitec241b068038ac36bfbdb71d6ad9e92a7ed78983 (patch)
tree7df5751724c1e1a9ce88be71b00dfe16cf692083 /wo/Makefile
parent22453e67d099cd47122801d295b99fa645790271 (diff)
downloadMusik-ec241b068038ac36bfbdb71d6ad9e92a7ed78983.tar.xz
wo: Makefile beachtet jetzt auch Unterverzeichnis
Diffstat (limited to 'wo/Makefile')
-rw-r--r--wo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/wo/Makefile b/wo/Makefile
index 5822d0b..b7a8510 100644
--- a/wo/Makefile
+++ b/wo/Makefile
@@ -17,6 +17,6 @@ Clean: clean
%.pre: %.ly
sed "s@%spezifisch%@$(SPEZIFISCH)@" "$<" > "$@"
-%.pdf: %.pre *.ly
+%.pdf: %.pre *.ly parts/*.ly
lilypond $<