X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmusicxml%2FGNUmakefile;h=b5ca56513ec43859e726e737fc9ac9440579caa5;hb=cfc4cbf34569db6a6c8968694f86e36b206a9d05;hp=0373860e6c8222ec23463a08ce184cfe8d7a40ba;hpb=7f3f0083f89d87c5ed0422858e9648fc759e98a4;p=lilypond.git diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index 0373860e6c..b5ca56513e 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -3,7 +3,7 @@ depth = ../../.. STEPMAKE_TEMPLATES=documentation texinfo tex 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) ) @@ -17,9 +17,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 $@ $(MUSICXML_FILES) $(MUSICMXL_FILES) + $(ZIP) -r $@ $(addprefix $(src-dir)/,$(MUSICXML_FILES)) $(addprefix $(src-dir)/,$(MUSICMXL_FILES))