X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-rules.make;h=de5152e7d270752130e6e0208e95e583c4e14f6c;hb=c3fc8142767cef1e1103c7dde949422e2866e322;hp=a4c287cb82c2f452dfe06c8f6b2ab512639e736d;hpb=4953a582bab48171cab4261f744275c55daffef7;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index a4c287cb82..de5152e7d2 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -1,24 +1,15 @@ +$(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 $< $@ $(outdir)/%.ly: %.abc - $(PYTHON) $(ABC2LY) --strict -o $@ $< + $(PYTHON) $(ABC2LY) --strict -o $@ $< -# hmm. notdir builds srcdir builds? +# hmm. notdir builds src-dir builds? $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly - cd $(outdir); $(LILYPOND) --pdf --png -ddelete-intermediate-files -dno-point-and-click -I $(shell pwd)/ $(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 $< $@ - -