X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-rules.make;fp=make%2Fmutopia-rules.make;h=a4c287cb82c2f452dfe06c8f6b2ab512639e736d;hb=4953a582bab48171cab4261f744275c55daffef7;hp=b914429ea0c4cfd30f2c5f83d832e8bcfe5a686e;hpb=d11056c687720e610a40f69e6f6ec32525751ff2;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index b914429ea0..a4c287cb82 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -15,7 +15,7 @@ $(outdir)/%.ly: %.abc # hmm. notdir builds srcdir builds? $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly - cd $(outdir); $(LILYPOND) --pdf --ps --png -I $(shell pwd)/ $(notdir $<) + cd $(outdir); $(LILYPOND) --pdf --png -ddelete-intermediate-files -dno-point-and-click -I $(shell pwd)/ $(notdir $<) touch $(outdir)/$(basename $(notdir $<)).png $(outdir)/%.ly: %.ly