]> git.donarmstrong.com Git - lilypond.git/commitdiff
tweaks.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 2 Jun 2006 16:09:26 +0000 (16:09 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 2 Jun 2006 16:09:26 +0000 (16:09 +0000)
ChangeLog
make/mutopia-rules.make

index 9937347786fe7f03fa3f9782316b58d4335b2789..9bacaafceef37fd03c768f8e87bb825838431d35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * make/mutopia-rules.make: tweaks.
+
 2006-06-02  Werner Lemberg  <wl@gnu.org>
 
        * tex/texinfo.cnf: Fix typo (\euro -> \minus).
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 $< $@
-
-