News entry for repeatCountVisibility.
[lilypond.git] / make / musicxml-vars.make
blob9ee895afa2ca3323119f0d3ed1af0cbbd50fd951
1 # rules for directories with MusicXML files.
3 MUSICXML_FILES = $(call src-wildcard,*.xml)
4 MUSICMXL_FILES = $(call src-wildcard,*.mxl) # Allow .mxl for compressed files
5 OUT_LY_FILES = $(sort ${MUSICXML_FILES:%.xml=$(outdir)/%.ly} ${MUSICMXL_FILES:%.mxl=$(outdir)/%.ly})
6 OUT_FILES = $(OUT_LY_FILES)
8 EXTRA_DIST_FILES += $(MUSICXML_FILES) $(MUSICMXL_FILES)