X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmusicxml%2FGNUmakefile;h=b343d88b6fb1372f7bdea8a056b5149ce8927751;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=d3abf0b82a3839063089f73c6a08999dfb70a475;hpb=0a6566275d948a00fa03a42e5d60db0106328e2b;p=lilypond.git diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index d3abf0b82a..b343d88b6f 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -3,7 +3,9 @@ depth = ../../.. STEPMAKE_TEMPLATES=documentation texinfo tex LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml +EXTRA_DIST_FILES = LICENSE +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) ) @@ -17,9 +19,11 @@ include $(depth)/make/stepmake.make 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 $(srcdir),$(MUSICXML_FILES)) $(addprefix $(srcdir),$(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