3 STEPMAKE_TEMPLATES
=documentation texinfo
tex
4 LOCALSTEPMAKE_TEMPLATES
=lilypond ly lysdoc musicxml
6 EXTRA_DIST_FILES
= LICENSE
8 TEXI2HTML_FLAGS
+= --nomenu
10 # Urgh, how can I do two replacements at once without messing up the order of the list?
11 TMP
= $(sort $(MUSICXML_FILES
) $(MUSICMXL_FILES
) $(TEXINFO_SOURCES
) )
12 TMP1
= ${TMP
:%.xml
=$(outdir
)/%.ly
}
13 COLLATED_FILES
= ${TMP1
:%.mxl
=$(outdir
)/%.ly
}
16 include $(depth
)/make
/stepmake.make
19 TITLE
=Unofficial MusicXML
test suite
20 TEST_SUITE_VERSION
=0.1
26 zip
: $(outdir
)/MusicXML-TestSuite-
$(TEST_SUITE_VERSION
).zip
28 $(outdir
)/MusicXML-TestSuite-
$(TEST_SUITE_VERSION
).zip
: $(MUSICXML_FILES
) $(MUSICMXL_FILES
) LICENSE
29 $(ZIP
) -q
-r
$@
$(addprefix $(src-dir
)/,$(MUSICXML_FILES
)) $(addprefix $(src-dir
)/,$(MUSICMXL_FILES
)) LICENSE