]> git.donarmstrong.com Git - lilypond.git/blob - make/abc-vars.make
Make lilypond's way of calling mf2pt1 work again with recent mpost versions.
[lilypond.git] / make / abc-vars.make
1 # rules for directories with ABC files.
2
3 ABC_FILES = $(call src-wildcard,*.abc)
4 OUT_LY_FILES = $(sort ${ABC_FILES:%.abc=$(outdir)/%.ly})
5 OUT_FILES = $(OUT_LY_FILES)
6
7 EXTRA_DIST_FILES += $(ABC_FILES)