]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/lilypond-profile.sh
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / buildscripts / lilypond-profile.sh
index 2cbd3e111502d1761c999047e88fdd6196803187..f1a941c411c6b95692e2d875b5b9ad2a140a3159 100644 (file)
@@ -1,16 +1,35 @@
 #!/bin/sh
 
+# Setup TeX/LaTeX Ghostscript environment for LilyPond.
 
-# set environment for LilyPond.  To be installed in /etc/profile.d/
+# Red Hat-like systems should install this in /etc/profile.d/
 
-LILYINCLUDE="@datadir@/ly"
-MFINPUTS="@datadir@/mf:"${MFINPUTS:=":"}
-TEXINPUTS="@datadir@/tex:"${TEXINPUTS:=":"}
+# If run by hand or from you .profile, run as follows
+#   . lilypond-profile
 
-# todo: GS stuff
 
-export  LILYINCLUDE MFINPUTS TEXINPUTS
+if [ -z "$LILYPONDPREFIX" ]; then
+    datadir=`echo "@local_lilypond_datadir@" | sed 's!//!/!g'`
+else
+    if [ -d "$LILYPONDPREFIX/share" ]; then
+       datadir=$LILYPONDPREFIX/share/lilypond/
+    fi
+    echo "Setting tree to $datadir"
+fi
 
-# echo  $LILYINCLUDE $MFINPUTS $TEXINPUTS
+# Add the installation directory to the teTeX system tree, 
+# see Documentation/misc/fontinstallation
+TEXMF="{$datadir,"`kpsexpand  \\$TEXMF`"}"
+export TEXMF
+
+# For direct ps output: ps/lilyponddefs.ps
+## GS_LIB="$datadir/ps:"${GS_LIB:=""}
+## export GS_LIB
+
+# For direct ps output fonts. Add all available TeX Type1 fonts
+## GS_FONTPATH=`kpsewhich -expand-path=\\$T1FONTS`:${GS_FONTPATH:=""}
+## export GS_FONTPATH
+
+