]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/makedir-vars.make
Make distributed tarball from Git file list
[lilypond.git] / stepmake / stepmake / makedir-vars.make
index 12176831ce04f63908e4276ef5ff38e3b855ac54..7847928593ca41173720b7949184321263fc9bf7 100644 (file)
@@ -1,18 +1,14 @@
 
-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-dir = $(doc-dir)
 at-ext = .in
-
-