]> git.donarmstrong.com Git - lilypond.git/blob - make/mutopia-rules.make
* make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
[lilypond.git] / make / mutopia-rules.make
1
2
3 $(outdir)/%.ly.txt: %.ly
4         ln -f $< $@
5
6 $(outdir)/%.ly.txt: $(outdir)/%.ly
7         cp -f $< $@
8
9 $(outdir)/%.ly.txt: %.abc
10 #which file to show here -- abc seems more cute?
11         ln -f $< $@
12
13 $(outdir)/%.ly: %.abc
14         $(PYTHON) $(ABC2LY) --strict -o $@ $< 
15
16 $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly
17 # hmm. notdir builds srcdir builds? 
18         cd $(outdir); $(LILYPOND) --pdf --ps --png $(notdir $<)
19
20 $(outdir)/%.ly: %.ly
21         cp $< $@ 
22
23