]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/GNUmakefile
Merge commit 'origin' into release/unstable
[lilypond.git] / input / regression / musicxml / GNUmakefile
1 depth = ../../..
2
3 STEPMAKE_TEMPLATES=documentation texinfo tex
4 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml
5
6 EXTRA_DIST_FILES = LICENSE
7
8 TEXI2HTML_FLAGS += --nomenu
9
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}
14
15
16 include $(depth)/make/stepmake.make
17
18
19 TITLE=Unofficial MusicXML test suite
20 TEST_SUITE_VERSION=0.1
21
22 ifeq ($(out),www)
23 local-WWW-2: zip
24 endif
25
26 zip: $(outdir)/MusicXML-TestSuite-$(TEST_SUITE_VERSION).zip
27
28 $(outdir)/MusicXML-TestSuite-$(TEST_SUITE_VERSION).zip: $(MUSICXML_FILES) $(MUSICMXL_FILES) LICENSE
29         $(ZIP) -r $@ $(addprefix $(src-dir)/,$(MUSICXML_FILES)) $(addprefix $(src-dir)/,$(MUSICMXL_FILES)) LICENSE