]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mutopia-rules.make
Clean up mutopia makefiles and add .ily files to docball
[lilypond.git] / make / mutopia-rules.make
index de5152e7d270752130e6e0208e95e583c4e14f6c..b73dc96aac48f7d032f80d8a13d53d013c85a2d2 100644 (file)
@@ -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 $@ $<