From 797100108ce5c7c2266270d7070c4478a03cd716 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 2 Jun 2006 16:09:25 +0000 Subject: [PATCH] tweaks. --- ChangeLog | 2 +- make/mutopia-rules.make | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2859575d4d..9bacaafcee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2006-06-02 Han-Wen Nienhuys - * make/mutopia-rules.make: remove duplicate recipe. + * make/mutopia-rules.make: tweaks. 2006-06-02 Werner Lemberg 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 $< $@ - - -- 2.39.2