summaryrefslogtreecommitdiff
path: root/Bewahre_uns_Gott
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-28 22:43:55 +0100
committerErich Eckner <git@eckner.net>2020-01-28 22:48:36 +0100
commitf45c7c54d4846cf3ebc964b3c4ce1bee1feef66e (patch)
tree5d958c2b1a0772e657ef04af1bfc5a175a253d49 /Bewahre_uns_Gott
parent78ffef2972d2b4114c0604f4681670d6e976ece9 (diff)
downloadMusik-f45c7c54d4846cf3ebc964b3c4ce1bee1feef66e.tar.xz
*/Makefile: use *.ly arbitrary deeply nested
Diffstat (limited to 'Bewahre_uns_Gott')
-rw-r--r--Bewahre_uns_Gott/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bewahre_uns_Gott/Makefile b/Bewahre_uns_Gott/Makefile
index 5906da7..4a6b81d 100644
--- a/Bewahre_uns_Gott/Makefile
+++ b/Bewahre_uns_Gott/Makefile
@@ -14,7 +14,7 @@ include ../.meta/*.mk
%.pre: %.ly
cat "$<" > "$@"
-%.post: %.pre $(patsubst %.ly,%.pre, $(shell ls *.ly))
+%.post: %.pre $(patsubst %.ly,%.pre, $(shell find . -name '*.ly'))
m4 <"$<" >"$@"
%.pdf: %.post