X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Flilypond-vars.make;h=13aad7f6e4b2a8c5f4e9b9b090aa7e8fca1add5d;hb=858dbb5226b37cb180192e9f71b504428b7c28f3;hp=64a1fe7f39c0350d97e0842fb62675124aa89a3e;hpb=9bea477a992947adbbba48bc479c3f551cde8225;p=lilypond.git diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index 64a1fe7f39..13aad7f6e4 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -5,6 +5,7 @@ export PATH:=$(builddir)/lily/$(outconfbase):$(builddir)/buildscripts/$(outconfbase):$(builddir)/scripts/$(outconfbase):$(PATH): export LILYPONDPREFIX:=$(build_lilypond_datadir)/$(TOPLEVEL_VERSION) export PYTHONPATH:=$(builddir)/python/$(outconfbase):$(PYTHONPATH) +export DVIPSHEADERS:=$(builddir)/mf/out:: @@ -17,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 -e '(ly:set-option (quote internal-type-checking) \#t)'" + #texi-html for www only: LILYPOND_BOOK_FORMAT=$(if $(subst out-www,,$(notdir $(outdir))),texi,texi-html)