Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / input / regression / musicxml / GNUmakefile
blobb343d88b6fb1372f7bdea8a056b5149ce8927751
1 depth = ../../..
3 STEPMAKE_TEMPLATES=documentation texinfo tex
4 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml
6 EXTRA_DIST_FILES = LICENSE
8 TEXI2HTML_FLAGS += --nomenu
10 # Urgh, how can I do two replacements at once without messing up the order of the list?
11 TMP = $(sort $(MUSICXML_FILES) $(MUSICMXL_FILES) $(TEXINFO_SOURCES) )
12 TMP1 = ${TMP:%.xml=$(outdir)/%.ly}
13 COLLATED_FILES = ${TMP1:%.mxl=$(outdir)/%.ly}
16 include $(depth)/make/stepmake.make
19 TITLE=Unofficial MusicXML test suite
20 TEST_SUITE_VERSION=0.1
22 ifeq ($(out),www)
23 local-WWW-2: zip
24 endif
26 zip: $(outdir)/MusicXML-TestSuite-$(TEST_SUITE_VERSION).zip
28 $(outdir)/MusicXML-TestSuite-$(TEST_SUITE_VERSION).zip: $(MUSICXML_FILES) $(MUSICMXL_FILES) LICENSE
29 $(ZIP) -q -r $@ $(addprefix $(src-dir)/,$(MUSICXML_FILES)) $(addprefix $(src-dir)/,$(MUSICMXL_FILES)) LICENSE