X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmusicxml%2FGNUmakefile;h=101abd10c444149e7f05891ec006d54f459be951;hb=97b34b56e2cf3f8465f651717b5e0f6ea10d7543;hp=9d1411b78e61a2b20614cdd9ddbd569635f7bc09;hpb=1d4e8083422321e7e4a6d92d1ed99980a4cbf5f6;p=lilypond.git diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index 9d1411b78e..101abd10c4 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -3,24 +3,28 @@ depth = ../../.. STEPMAKE_TEMPLATES=documentation texinfo tex LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml -TITLE=Lilypond musicxml2ly Regression Tests +EXTRA_DIST_FILES = LICENSE +TEXI2HTML_FLAGS += --nomenu -ILY_FILES = $(call src-wildcard,*.ily) -EXTRA_OUT_LY_FILES = ${ILY_FILES:%.ily=$(outdir)/%.ly} -EXTRA_DIST_FILES += $(ILY_FILES) - -ITEXI_FILES = $(call src-wildcard,*.itexi) -EXTRA_OUT_LY_FILES = ${ITEXI_FILES:%.itexi=$(outdir)/%.itexi} -EXTRA_DIST_FILES += $(ITEXI_FILES) +COLLATED_FILES = $(sort $(MUSICXML_FILES) $(MUSICMXL_FILES) $(TEXINFO_SOURCES) ) include $(depth)/make/stepmake.make -TITLE=Lilypond musicxml2ly Regression Tests -.SUFFIXES: .ily -$(outdir)/%.ly: %.ily - ln -f $< $@ -$(outdir)/%.itexi: %.itexi - ln -f $< $@ +TITLE=Unofficial MusicXML test suite +AUTHOR=Reinhold Kainhofer +TEST_SUITE_VERSION=0.1 +LILYPOND_BOOK_FLAGS += --load-custom-package=book-musicxml-testsuite.py +# This breaks since *.tex and *.texi still contains ac/lily-xxxxxx references! +#LILYPOND_BOOK_FLAGS += --use-source-file-names + +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) LICENSE + $(ZIP) -q -r $@ $(addprefix $(src-dir)/,$(MUSICXML_FILES)) $(addprefix $(src-dir)/,$(MUSICMXL_FILES)) LICENSE