summaryrefslogtreecommitdiff
path: root/make/musicxml-vars.make
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2008-11-29 11:17:50 -0200
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2008-11-29 11:17:50 -0200
commit62b69827c3045f819814ce74b5f485f482819f99 (patch)
tree6f12f803e4d3ea9abd5f6d928426ecdd757aa2e0 /make/musicxml-vars.make
parent124c36ae31168981927cfc5eedc46e6af4c1fd36 (diff)
Dist .broken XML files too.
Diffstat (limited to 'make/musicxml-vars.make')
-rw-r--r--make/musicxml-vars.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/musicxml-vars.make b/make/musicxml-vars.make
index 9ee895afa2..7706e58151 100644
--- a/make/musicxml-vars.make
+++ b/make/musicxml-vars.make
@@ -5,4 +5,4 @@ MUSICMXL_FILES = $(call src-wildcard,*.mxl) # Allow .mxl for compressed files
OUT_LY_FILES = $(sort ${MUSICXML_FILES:%.xml=$(outdir)/%.ly} ${MUSICMXL_FILES:%.mxl=$(outdir)/%.ly})
OUT_FILES = $(OUT_LY_FILES)
-EXTRA_DIST_FILES += $(MUSICXML_FILES) $(MUSICMXL_FILES)
+EXTRA_DIST_FILES += $(MUSICXML_FILES) $(MUSICMXL_FILES) $(call src-wildcard,*.broken)