X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-rules.make;h=de5152e7d270752130e6e0208e95e583c4e14f6c;hb=ebdfcd5b7ac9b888af6ccd1d220a35c60d2ed7a5;hp=4a928509848167241500dc5428af5ef54b6b23a3;hpb=22cc400f6591dc53ce0253983b927884587c3d2e;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index 4a92850984..de5152e7d2 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 -ddump-signatures -danti-alias-factor=2 -ddelete-intermediate-files -dno-point-and-click -I $(call absdir,$(src-dir))/ $(notdir $<) + cd $(outdir); $(LILYPOND_BINARY) --pdf --png -dlog-file="'$(basename $(notdir $<)).log" -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 $< $@ - -