X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Flilypond-vars.make;h=448515c619192b44f3727a9e620a9e33fd4637a6;hb=6a6551d2a55b97c254c69e3009d991376e3b14db;hp=21956228fe77cd3c8a1d979c2246d2903c7045a2;hpb=e0407d20831d03468072ba0f219ccee787cd2621;p=lilypond.git diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index 21956228fe..448515c619 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -1,34 +1,14 @@ ## ## settings to run LilyPond - +# environment settings. export PATH:=$(builddir)/lily/$(outconfbase):$(builddir)/buildscripts/$(outconfbase):$(builddir)/scripts/$(outconfbase):$(PATH): - -# LilyPond is often run from within $(outdir), making a relative -# PREFIX incorrect. -export LILYPONDPREFIX:=$(build_lilypond_datadir) - +export LILYPONDPREFIX:=$(build_lilypond_datadir)/$(TOPLEVEL_VERSION) export PYTHONPATH:=$(builddir)/python/$(outconfbase):$(PYTHONPATH) +export DVIPSHEADERS:=$(builddir)/mf/out:: -## arg, TEXINPUTS, TFMFONTS, MFINPUTS may still override and thus break this -export TEXMF:={$(LILYPONDPREFIX),$(shell kpsexpand \$$TEXMF)} - -export MFINPUTS:= -export TEXINPUTS:= -export TFMFONTS:= -export extra_mem_top=1000000 -export extra_mem_bottom=1000000 -export pool_size=500000 -ifdef DEB_BUILD -export PKFONTS := $(topdir)/mf/out -export MT_DESTROOT := $(topdir)/mf/out -export DVIPSMAKEPK := mktexpk --destdir $(topdir)/mf/out -endif - - -# guile load path? the-script-dir=$(wildcard $(script-dir)) @@ -38,7 +18,8 @@ CONVERT_LY = $(script-dir)/convert-ly.py LILYPOND = $(builddir)/lily/$(outconfbase)/lilypond LILYPOND_BOOK = $(script-dir)/lilypond-book.py LILYPOND_BOOK_INCLUDES = -I $(pwd) -I $(outdir) -I$(input-dir) -I $(input-dir)/regression/ -I $(input-dir)/test/ -I $(input-dir)/tutorial/ -I $(builddir)/mf/$(outconfbase)/ -I $(builddir)/mf/out/ -LILYPOND_BOOK_FLAGS = --process="lilypond --backend eps --formats=ps,png --header=texidoc -I $(srcdir)/input/test -e '(ly:set-option (quote internal-type-checking) \#t)'" +LILYPOND_BOOK_FLAGS = --process="$(LILYPOND) --backend=eps --formats=ps,png --header=texidoc -I $(srcdir)/input/test -dinternal-type-checking -danti-alias-factor=2 " + #texi-html for www only: LILYPOND_BOOK_FORMAT=$(if $(subst out-www,,$(notdir $(outdir))),texi,texi-html)