]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/musicxml/GNUmakefile
MusicXML: do not dist ily files twice.
[lilypond.git] / input / regression / musicxml / GNUmakefile
index a6809e8b336d5e24073ce75d2b65bbd203b783b8..1bd76c5f17391a35326f52bb7919a02dce8ad97d 100644 (file)
@@ -3,7 +3,16 @@ depth = ../../..
 STEPMAKE_TEMPLATES=documentation texinfo tex
 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml
 
+TITLE=Lilypond musicxml2ly Regression Tests
+
+
+ILY_FILES = $(call src-wildcard,*.ily)
+EXTRA_OUT_LY_FILES = ${ILY_FILES:%.ily=$(outdir)/%.ly}
+
+
 include $(depth)/make/stepmake.make
 TITLE=Lilypond musicxml2ly Regression Tests
-HEADER_FILE=intro-texi
-FOOTER_FILE=
+
+.SUFFIXES: .ily
+$(outdir)/%.ly: %.ily
+       ln -f $< $@