X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-rules.make;fp=make%2Fmutopia-rules.make;h=4d0ae695485a0e2b92984f47ad3d4a02bece3bc6;hb=797100108ce5c7c2266270d7070c4478a03cd716;hp=8fc1443e9d927a6d8028ab56a7baafed062ddb85;hpb=02ad51f48a9a1db8c109827d4b895c947c685654;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index 8fc1443e9d..4d0ae69548 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -1,7 +1,5 @@ - - $(outdir)/%.ly: %.ly - ln -f $< $@ + cp $< $@ $(outdir)/%.ly: %.abc #which file to show here -- abc seems more cute? @@ -15,7 +13,3 @@ $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly cd $(outdir); $(LILYPOND_BINARY) --pdf --png -ddump-signatures -danti-alias-factor=2 -ddelete-intermediate-files -dno-point-and-click -I $(call absdir,$(src-dir))/ $(notdir $<) touch $(outdir)/$(basename $(notdir $<)).png -$(outdir)/%.ly: %.ly - cp $< $@ - -