]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/GNUmakefile
65e73ea8670b8e35a69acb88e28293279055af16
[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 book-musicxml-testsuite.py
7
8 TEXI2HTML_FLAGS += --nomenu
9
10 COLLATED_FILES = $(sort $(MUSICXML_FILES) $(MUSICMXL_FILES) $(TEXINFO_SOURCES) )
11
12
13 include $(depth)/make/stepmake.make
14
15
16 TITLE=Unofficial MusicXML test suite
17 AUTHOR=Reinhold Kainhofer
18 TEST_SUITE_VERSION=0.1
19 LILYPOND_BOOK_FLAGS += --load-custom-package=$(src-dir)/book-musicxml-testsuite.py
20 # This breaks since *.tex and *.texi still contains ac/lily-xxxxxx references!
21 #LILYPOND_BOOK_FLAGS += --use-source-file-names
22
23 ifeq ($(out),www)
24 local-WWW-2: zip
25 endif
26
27 zip: $(outdir)/MusicXML-TestSuite-$(TEST_SUITE_VERSION).zip
28
29 $(outdir)/MusicXML-TestSuite-$(TEST_SUITE_VERSION).zip: $(MUSICXML_FILES) $(MUSICMXL_FILES) LICENSE
30         $(ZIP) -q -r $@ $(addprefix $(src-dir)/,$(MUSICXML_FILES)) $(addprefix $(src-dir)/,$(MUSICMXL_FILES)) LICENSE