X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=make%2Fmutopia-rules.make;h=fd3507113139616691eea3cca1955d188deb1b9c;hb=b690023c78792a05ea55c69d41be63a04f93b43a;hp=b741023eaf75bdfc1bfb66e92aebb49b8a49768e;hpb=d1965f31e75a5e1e9faeb995ef2d37ce5fb3ff85;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index b741023eaf..fd35071131 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -1,40 +1,24 @@ -$(outdir)/%.gif: $(outdir)/%.ps - sh $(buildscripts)/ps-to-gifs.sh $< - -mv $(name-stem)-page*.gif $(outdir)/ - touch $@ - -$(outdir)/%.png: $(outdir)/%.ps - sh $(buildscripts)/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) $(depth)/scripts/abc2ly.py -o $@ $< + $(PYTHON) $(ABC2LY) --strict -o $@ $< -$(outdir)/%.dvi: $(outdir)/%.ly - $(PYTHON) $(depth)/scripts/ly2dvi.py -o $(outdir) $< - -mv $(basename $(