X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-rules.make;h=b73dc96aac48f7d032f80d8a13d53d013c85a2d2;hb=a6a4b3fc2009f17a1a48cca0c11bfd3f38645937;hp=8fbb0c1d9698005763b7f4cc1794118101e43ebe;hpb=76014fe170f4217374f4726d54c2a46c60f73e67;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index 8fbb0c1d96..b73dc96aac 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 $(