]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/lilypond-profile.sh
release: 1.5.40
[lilypond.git] / buildscripts / lilypond-profile.sh
index cae362c8ae6acfd5b4c88787c8e5056868c867fe..ef963d8a140277a80cbcf7381c689a7eb59f2629 100755 (executable)
@@ -4,6 +4,9 @@
 
 # Red Hat-like systems should install this in /etc/profile.d/
 
+# If run by hand or from you .profile, run as follows
+#   . lilypond-profile
+
 # This is a bit of a kludge.  Ideally, lilypond's tex, afm, pfa, ps
 # directories should be installed into their location in the texmf/gs
 # trees, rather than messing around with environment variables (eg,
@@ -27,11 +30,16 @@ GS_LIB="$datadir/ps:"${GS_LIB:=""}
 MFINPUTS="$datadir/mf:"${MFINPUTS:=":"}
 TEXINPUTS="$datadir/tex:$datadir/ps:"${TEXINPUTS:=":"}
 TFMFONTS="$datadir/tfm:"${TFMFONTS:=":"}
+TEXPSHEADERS="$datadir/pfa/:"${TEXPSHEADERS:=":"}
+TEXCONFIG="$datadir/pfa/:"${TEXCONFIG:=":"}
+
+
 
 # LILYPONDPREFIX="$datadir"
 # export LILYPONDPREFIX
 
-export MFINPUTS TEXINPUTS TFMFONTS GS_LIB GS_FONTPATH 
+export MFINPUTS TEXINPUTS TFMFONTS GS_LIB GS_FONTPATH
+export TEXPSHEADERS TEXCONFIG