X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmusicxml%2FGNUmakefile;h=b5ca56513ec43859e726e737fc9ac9440579caa5;hb=2fd463683cab91b18c1d241bca208764867f1503;hp=92f44b68176f0d052b3e2cc248567b94728829f4;hpb=e94023d1eda0a28353d75718d685bffb0134f347;p=lilypond.git diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index 92f44b6817..b5ca56513e 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -3,17 +3,25 @@ depth = ../../.. STEPMAKE_TEMPLATES=documentation texinfo tex LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml -TITLE=Lilypond musicxml2ly Regression Tests +TEXI2HTML_FLAGS += --nomenu - -ILY_FILES = $(call src-wildcard,*.ily) -EXTRA_OUT_LY_FILES = ${ILY_FILES:%.ily=$(outdir)/%.ly} -EXTRA_DIST_FILES += $(ILY_FILES) +# Urgh, how can I do two replacements at once without messing up the order of the list? +TMP = $(sort $(MUSICXML_FILES) $(MUSICMXL_FILES) $(TEXINFO_SOURCES) ) +TMP1 = ${TMP:%.xml=$(outdir)/%.ly} +COLLATED_FILES = ${TMP1:%.mxl=$(outdir)/%.ly} include $(depth)/make/stepmake.make -TITLE=Lilypond musicxml2ly Regression Tests -.SUFFIXES: .ily -$(outdir)/%.ly: %.ily - ln -f $< $@ + +TITLE=Unofficial MusicXML test suite +TEST_SUITE_VERSION=0.1 + +ifeq ($(out),www) +local-WWW-2: zip +endif + +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))