X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-rules.make;h=e5d647d62649eff20d24ecb0f503e830274e2051;hb=5f2e2f1ce115d30516c4302b5997d0d88703b945;hp=fd3507113139616691eea3cca1955d188deb1b9c;hpb=b690023c78792a05ea55c69d41be63a04f93b43a;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index fd35071131..e5d647d626 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -11,14 +11,14 @@ $(outdir)/%.ly.txt: %.abc 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 -danti-alias-factor=2 -ddelete-intermediate-files -dno-point-and-click -I $(shell pwd)/ $(notdir $<) + cd $(outdir); $(LILYPOND_BINARY) --pdf --png -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 $< $@ + cp $< $@