X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-rules.make;h=4d0ae695485a0e2b92984f47ad3d4a02bece3bc6;hb=30e335ef53c04c48a840e1c2be1ad546331767ff;hp=b39307d29a43c11aa9453fc24428c65dbfac2cf4;hpb=d99aa3d1b8125a66138b5ffd7be359314d5a618a;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index b39307d29a..4d0ae69548 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -1,12 +1,7 @@ +$(outdir)/%.ly: %.ly + cp $< $@ - -$(outdir)/%.ly.txt: %.ly - ln -f $< $@ - -$(outdir)/%.ly.txt: $(outdir)/%.ly - cp -f $< $@ - -$(outdir)/%.ly.txt: %.abc +$(outdir)/%.ly: %.abc #which file to show here -- abc seems more cute? ln -f $< $@ @@ -15,10 +10,6 @@ $(outdir)/%.ly: %.abc # hmm. notdir builds src-dir builds? $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly - cd $(outdir); $(LILYPOND_BINARY) --pdf --png -danti-alias-factor=2 -ddelete-intermediate-files -dno-point-and-click -I $(src-dir)/ $(notdir $<) + 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 $< $@ - -