]> git.donarmstrong.com Git - lilypond.git/blob - make/mutopia-rules.make
* make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
[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 # hmm. notdir builds src-dir builds?
17 $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly
18         cd $(outdir); $(LILYPOND_BINARY) --pdf --png -ddump-signatures -danti-alias-factor=2 -ddelete-intermediate-files -dno-point-and-click -I $(call absdir,$(src-dir))/ $(notdir $<)
19         touch $(outdir)/$(basename $(notdir $<)).png
20
21 $(outdir)/%.ly: %.ly
22         cp $< $@
23
24