X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-rules.make;fp=make%2Fmutopia-rules.make;h=b73dc96aac48f7d032f80d8a13d53d013c85a2d2;hb=2c135223b908538e8849a5fd9d37c572b40fba81;hp=de5152e7d270752130e6e0208e95e583c4e14f6c;hpb=62f221b6b3861ff055dc0384ec3c48cc665688cd;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index de5152e7d2..b73dc96aac 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -1,9 +1,12 @@ $(outdir)/%.ly: %.ly cp $< $@ +$(outdir)/%.ily: %.ily + cp $< $@ + $(outdir)/%.ly: %.abc #which file to show here -- abc seems more cute? - ln -f $< $@ + cp $< $@ $(outdir)/%.ly: %.abc $(PYTHON) $(ABC2LY) --strict -o $@ $<