X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-vars.make;h=60add179f276542dc4f13cb854c7e10368711132;hb=HEAD;hp=3cd87a7d05d6f2a5427726c8d565321934eb6c88;hpb=47a710efb497ec0229726a33079c5781c1b2a878;p=lilypond.git diff --git a/make/mutopia-vars.make b/make/mutopia-vars.make index 3cd87a7d05..60add179f2 100644 --- a/make/mutopia-vars.make +++ b/make/mutopia-vars.make @@ -7,9 +7,6 @@ include $(make-dir)/lilypond-vars.make SCORE_LY_FILES = $(shell cd $(src-dir) && fgrep -l score *.ly) ILY_FILES = $(call src-wildcard,*.ily) -M4_FILES = $(call src-wildcard,*.m4) -LYM4_FILES = $(call src-wildcard,*.lym4) -EXTRA_DIST_FILES += $(M4_FILES) $(LYM4_FILES) ly_examples=$(addprefix $(outdir)/, $(addsuffix .ly, $(examples))) ly_examples+= $(ILY_FILES:%.ily=$(outdir)/%.ily) @@ -24,7 +21,4 @@ html_subdirs=$(addprefix --subdirs ,$(SUBDIRS)) name-stem= $(notdir $(basename $<)) -OUT_FILES = $(addprefix $(outdir)/,$(M4_FILES:%.m4=%)) \ - $(addprefix $(outdir)/,$(LYM4_FILES:%.lym4=%.ly)) - -score_ps = $(addprefix $(outdir)/, $(addsuffix .ps.gz, $($SCORE_LY_FILES))) +score_ps = $(addprefix $(outdir)/, $(addsuffix .ps.gz, $(SCORE_LY_FILES)))