X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=make%2Fmutopia-rules.make;h=923aa009d8ebec28a021bf22ae0ede32ba39bb1f;hb=0af6d4cb04fa3e4aa69a7aecb76034e4cb1ec49b;hp=0b16e7e68a694829e3f5b383b228132490d6ab40;hpb=a41bc3e06fca46daa875419b5dc00dd958e1fde0;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index 0b16e7e68a..923aa009d8 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -1,26 +1,37 @@ $(outdir)/%.gif: $(outdir)/%.ps - sh $(buildscripts)/ps-to-gifs.sh $< + sh $(buildscript-dir)/ps-to-gifs.sh $< -mv $(name-stem)-page*.gif $(outdir)/ touch $@ +$(outdir)/%.png: $(outdir)/%.ps + sh $(buildscript-dir)/ps-to-pngs.sh $< + -mv $(name-stem)-page*.png $(outdir)/ + touch $@ + $(outdir)/%.ly.txt: %.ly ln -f $< $@ -$(outdir)/%.fly.txt: %.fly +$(outdir)/%.ly.txt: %.abc +#which file to show here -- abc seems more cute? ln -f $< $@ +$(outdir)/%.ly: %.abc + $(PYTHON) $(script-dir)/abc2ly.py -o $@ $< +$(outdir)/%.dvi: $(outdir)/%.ly + $(PYTHON) $(script-dir)/ly2dvi.py -o $(outdir) $< + -mv $(basename $(