X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmusicxml%2FGNUmakefile;h=bc0f6b519d8fc744e4e0bd528d895904d85cc2f4;hb=bb91de5b7f8c4f753452730101c2422946067cc3;hp=4890e0b6b3385f0d9b0ee931ab870f8e03a38b63;hpb=cbe8d2abe715acc718b4531535145256ef1802c8;p=lilypond.git diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index 4890e0b6b3..bc0f6b519d 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -3,7 +3,6 @@ depth = ../../.. STEPMAKE_TEMPLATES=documentation texinfo tex LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml -TITLE=Lilypond musicxml2ly Regression Tests # Urgh, how can I do two replacements at once without messing up the order of the list? @@ -13,4 +12,14 @@ COLLATED_FILES = ${TMP1:%.mxl=$(outdir)/%.ly} include $(depth)/make/stepmake.make -TITLE=Lilypond musicxml2ly Regression Tests + + +TITLE=Unofficial MusicXML test suite +TEST_SUITE_VERSION=0.1 + +local-WWW-2: zip + +zip: $(outdir)/MusicXML-TestSuite-$(TEST_SUITE_VERSION).zip + +$(outdir)/MusicXML-TestSuite-$(TEST_SUITE_VERSION).zip: $(MUSICXML_FILES) $(MUSICMXL_FILES) + $(ZIP) -r $@ $(addprefix $(src-dir)/,$(MUSICXML_FILES)) $(addprefix $(src-dir)/,$(MUSICMXL_FILES))