From f7f27038ec446a1fcfe768c64cc0135ea62c50e6 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 2 Jun 2006 16:09:26 +0000 Subject: [PATCH] tweaks. --- ChangeLog | 4 ++++ make/mutopia-rules.make | 8 +------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9937347786..9bacaafcee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-02 Han-Wen Nienhuys + + * make/mutopia-rules.make: tweaks. + 2006-06-02 Werner Lemberg * tex/texinfo.cnf: Fix typo (\euro -> \minus). 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