]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/GNUmakefile
Docs: Rework the way collated-files.html is generated.
[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 OUT_ITEXI_FILES = ${ITEXI_FILES:%.itexi=$(outdir)/%.itexi}
10
11 COLLATED_FILES = $(sort $(OUT_LY_FILES) $(OUT_ITEXI_FILES) )
12
13
14 include $(depth)/make/stepmake.make
15 TITLE=Lilypond musicxml2ly Regression Tests
16
17 $(outdir)/%.itexi: %.itexi
18         ln -f $< $@