From: fred Date: Wed, 27 Mar 2002 00:57:14 +0000 (+0000) Subject: lilypond-1.3.136 X-Git-Tag: release/1.5.59~878 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a8b3c670dd0aff123b35b9bea23365dfcf91ad41;p=lilypond.git lilypond-1.3.136 --- diff --git a/buildscripts/lilypond-login.sh b/buildscripts/lilypond-login.sh index ca9d6c5c9f..38fb855e80 100644 --- a/buildscripts/lilypond-login.sh +++ b/buildscripts/lilypond-login.sh @@ -19,5 +19,11 @@ if ($?TEXINPUTS) then else setenv TEXINPUTS "/usr/share/lilypond/tex::" endif +if ($?TEXINPUTS) then + setenv TFMFONTS "@datadir@/tfm:$TFMFONTS" +else + setenv TFMFONTS "@datadir@/tfm:" +endif + diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index 94531eb693..c0d23272d4 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -4,6 +4,7 @@ export PATH:=$(topdir)/lily/out:$(topdir)/buildscripts/out:$(PATH) export MFINPUTS:=$(topdir)/mf/:$(MFINPUTS):: export TEXINPUTS:=$(topdir)/mf/out/:$(topdir)/tex/:$(topdir)/ps/:$(TEXINPUTS):$(pwd):: export LILYINCLUDE:=$(topdir)/ps:$(topdir)/scm:$(topdir)/ly:$(topdir)/mf/out::$(TEX_TFMDIR):$(LILYINCLUDE) +export TFMFONTS=$(topdir)/mf/out: export LILYPONDPREFIX:=$(depth)/