X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-rules.make;h=82bc3ee13ce6c978fa99e3ea922f3942bf2a6519;hb=HEAD;hp=b741023eaf75bdfc1bfb66e92aebb49b8a49768e;hpb=d1965f31e75a5e1e9faeb995ef2d37ce5fb3ff85;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index b741023eaf..82bc3ee13c 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -1,40 +1,18 @@ +$(outdir)/%.ly: %.ly + cp $< $@ +$(outdir)/%.ily: %.ily + cp $< $@ -$(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: %.abc +$(outdir)/%.ly: %.abc #which file to show here -- abc seems more cute? - ln -f $< $@ + cp $< $@ $(outdir)/%.ly: %.abc - $(PYTHON) $(depth)/scripts/abc2ly.py -o $@ $< - -$(outdir)/%.dvi: $(outdir)/%.ly - $(PYTHON) $(depth)/scripts/ly2dvi.py -o $(outdir) $< - -mv $(basename $(