]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mutopia-rules.make
tweaks.
[lilypond.git] / make / mutopia-rules.make
index 8fc1443e9d927a6d8028ab56a7baafed062ddb85..4d0ae695485a0e2b92984f47ad3d4a02bece3bc6 100644 (file)
@@ -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 $< $@
-
-