]> git.donarmstrong.com Git - lilypond.git/blob - make/musicxml-rules.make
Doc-de: update commitsh strings to reflect status as up-to-date
[lilypond.git] / make / musicxml-rules.make
1 .SUFFIXES: .xml .mxl
2
3
4 $(outdir)/%.ly:  %.xml
5         $(PYTHON) $(MUSICXML2LY) -o $@ $<
6
7 $(outdir)/%.ly:  %.mxl
8         $(PYTHON) $(MUSICXML2LY) -z -o $@ $<