]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/misc/GNUmakefile
* Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
[lilypond.git] / Documentation / misc / GNUmakefile
index 2e22c03997ae3dd4eb6a1a4dd40a8e48452eff68..4b689197749bd444ab9380f22f8abee123bd5ed2 100644 (file)
@@ -4,7 +4,7 @@ NAME = documentation
 
 STEPMAKE_TEMPLATES=documentation  texinfo
 
-TEXTS = $(wildcard ANNOUNCE-*[0-9]) $(wildcard CHANGES-*[0-9]) $(wildcard ChangeLog*[0-9]) $(wildcard NEWS-*[0-9])
+TEXTS = $(call src-wildcard,ANNOUNCE-*[0-9]) $(call src-wildcard,CHANGES-*[0-9]) $(call src-wildcard ChangeLog*[0-9]) $(call src-wildcard NEWS-*[0-9])
 EXTRA_DIST_FILES = $(TEXTS)
 
 include $(depth)/make/stepmake.make