]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/GNUmakefile
Book parts: \bookpart implementation
[lilypond.git] / input / regression / musicxml / GNUmakefile
1 depth = ../../..
2
3 STEPMAKE_TEMPLATES=documentation texinfo tex
4 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml
5
6 TITLE=Lilypond musicxml2ly Regression Tests
7
8
9 # Urgh, how can I do two replacements at once without messing up the order of the list?
10 TMP = $(sort $(MUSICXML_FILES) $(MUSICMXL_FILES) $(TEXINFO_SOURCES) )
11 TMP1 = ${TMP:%.xml=$(outdir)/%.ly}
12 COLLATED_FILES = ${TMP1:%.mxl=$(outdir)/%.ly}
13
14
15 include $(depth)/make/stepmake.make
16 TITLE=Lilypond musicxml2ly Regression Tests