X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-rules.make;h=b914429ea0c4cfd30f2c5f83d832e8bcfe5a686e;hb=a5457b887fc91e5a582e6460c9d557a4bb077054;hp=509de0118a58051facedd102d8f03a6a1bc733c2;hpb=3cd7af22819b8374310156db6c4ae8baf878715c;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index 509de0118a..b914429ea0 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -1,40 +1,24 @@ -$(outdir)/%.gif: $(outdir)/%.ps - 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 - ln -f $< $@ +$(outdir)/%.ly.txt: $(outdir)/%.ly + cp -f $< $@ $(outdir)/%.ly.txt: %.abc #which file to show here -- abc seems more cute? ln -f $< $@ $(outdir)/%.ly: %.abc - $(PYTHON) $(script-dir)/abc2ly.py -o $@ $< + $(PYTHON) $(ABC2LY) --strict -o $@ $< -$(outdir)/%.dvi: $(outdir)/%.ly - $(PYTHON) $(script-dir)/ly2dvi.py -o $(outdir) $< - -mv $(basename $(