]> 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 11387ce235088c9dd365e73efee3ac799705c5b8..7847928593ca41173720b7949184321263fc9bf7 100644 (file)
@@ -1,22 +1,14 @@
 
+MAKE_FILES := $(call src-wildcard,*.make)
+LSM_FILES:= $(call src-wildcard,*.lsm.in)
+SPEC_FILES:= $(call src-wildcard,*.spec.in)
 
-# stepmake/makedir.shared.make
-# urg: stuff shared between yodl/lily/stepmake
-
-MAKE_FILES := $(wildcard *.make)
-LSM_FILES:= $(wildcard *.lsm.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
-
-