X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-rules.make;h=de5152e7d270752130e6e0208e95e583c4e14f6c;hb=f2d4c32c6d49813fe90703ae1fd56ac1aba9cb7e;hp=2c82d19e3a92ddc77c1bab3ad98993429fd65501;hpb=195abf4ce5b2182155bf8a9f0e2022eeaa5b32c2;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index 2c82d19e3a..de5152e7d2 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -1,41 +1,15 @@ +$(outdir)/%.ly: %.ly + cp $< $@ - -$(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)/%.ly.txt: %.abc +$(outdir)/%.ly: %.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 $(