]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/GNUmakefile
Update documentation targets
[lilypond.git] / input / regression / musicxml / GNUmakefile
1 depth = ../../..
2
3 STEPMAKE_TEMPLATES=documentation texinfo tex
4 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml
5
6 TEXI2HTML_FLAGS += --nomenu
7
8 # Urgh, how can I do two replacements at once without messing up the order of the list?
9 TMP = $(sort $(MUSICXML_FILES) $(MUSICMXL_FILES) $(TEXINFO_SOURCES) )
10 TMP1 = ${TMP:%.xml=$(outdir)/%.ly}
11 COLLATED_FILES = ${TMP1:%.mxl=$(outdir)/%.ly}
12
13
14 include $(depth)/make/stepmake.make
15
16
17 TITLE=Unofficial MusicXML test suite
18 TEST_SUITE_VERSION=0.1
19
20 ifeq ($(out),www)
21 local-WWW-2: zip
22 endif
23
24 zip: $(outdir)/MusicXML-TestSuite-$(TEST_SUITE_VERSION).zip
25
26 $(outdir)/MusicXML-TestSuite-$(TEST_SUITE_VERSION).zip: $(MUSICXML_FILES) $(MUSICMXL_FILES)
27         $(ZIP) -r $@ $(addprefix $(src-dir)/,$(MUSICXML_FILES)) $(addprefix $(src-dir)/,$(MUSICMXL_FILES))