]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/makedir-vars.make
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / stepmake / stepmake / makedir-vars.make
index 12176831ce04f63908e4276ef5ff38e3b855ac54..7a78a593448218afe8e630ed424606d83c7023e8 100644 (file)
@@ -1,17 +1,17 @@
 
-MAKE_FILES := $(wildcard *.make)
-LSM_FILES:= $(wildcard *.lsm.in)
+MAKE_FILES := $(call src-wildcard,*.make)
+LSM_FILES:= $(call src-wildcard,*.lsm.in)
+SPEC_FILES:= $(call src-wildcard,*.spec.in)
+
 OUTLSM_FILES=$(addprefix $(outdir)/,$(basename $(LSM_FILES)))
-SPEC_FILES:= $(wildcard *.spec.in)
 OUTSPEC_FILES=$(addprefix $(outdir)/,$(basename $(SPEC_FILES)))
 OUT_DIST_FILES= $(strip $(OUTLSM_FILES) $(OUTSPEC_FILES))
 
 EXTRA_DIST_FILES += $(MAKE_FILES)
 
-# these two outdir FILES are distributed, since they make sense to have 
+# these two outdir FILES are distributed, since they make sense to have
 # without running configure and make.
 
-AT_FILES = $(BLURBS) # 
 at-dir = $(doc-dir)/
 at-ext = .in