X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmusicxml%2FGNUmakefile;h=5d1b8fc658da3bba123f2dcecbe25c7be3c4dd63;hb=c20fff645e325d392d2588721144f4204d0ef9da;hp=b5ca56513ec43859e726e737fc9ac9440579caa5;hpb=cfc4cbf34569db6a6c8968694f86e36b206a9d05;p=lilypond.git diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index b5ca56513e..5d1b8fc658 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -5,17 +5,18 @@ LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml TEXI2HTML_FLAGS += --nomenu -# 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} +COLLATED_FILES = $(sort $(MUSICXML_FILES) $(MUSICMXL_FILES) $(TEXINFO_SOURCES) ) include $(depth)/make/stepmake.make TITLE=Unofficial MusicXML test suite +AUTHOR=Reinhold Kainhofer TEST_SUITE_VERSION=0.1 +LILYPOND_BOOK_FLAGS += --load-custom-package=$(src-dir)/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 @@ -23,5 +24,5 @@ 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)) +$(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