]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mutopia-vars.make
Add '-dcrop' option to ps and svg backends
[lilypond.git] / make / mutopia-vars.make
index 22c63ba39aa2d94ef08c983946419eaa8da2c05e..60add179f276542dc4f13cb854c7e10368711132 100644 (file)
@@ -6,11 +6,10 @@ include $(make-dir)/lilypond-vars.make
 
 SCORE_LY_FILES = $(shell cd $(src-dir) && fgrep -l score *.ly)
 
-M4_FILES = $(call src-wildcard,*.m4)
-LYM4_FILES = $(call src-wildcard,*.lym4)
-EXTRA_DIST_FILES += $(M4_FILES) $(LYM4_FILES)
+ILY_FILES = $(call src-wildcard,*.ily)
 
-ly_examples=$(addprefix $(outdir)/, $(addsuffix .ly.txt, $(examples)))
+ly_examples=$(addprefix $(outdir)/, $(addsuffix .ly, $(examples)))
+ly_examples+= $(ILY_FILES:%.ily=$(outdir)/%.ily)
 all_examples=$(examples)
 ps_examples=$(addprefix $(outdir)/, $(addsuffix .ps.gz, $(all_examples)))
 pdf_examples=$(addprefix $(outdir)/, $(addsuffix .pdf, $(all_examples)))
@@ -22,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)))