]> git.donarmstrong.com Git - lilypond.git/blob - buildscripts/lilypond-profile.sh
release: 1.3.136
[lilypond.git] / buildscripts / lilypond-profile.sh
1 #!/bin/sh
2
3
4 # set environment for LilyPond.  To be installed in /etc/profile.d/
5 GS_FONTPATH="@datadir@/afm:@datadir@/pfa"
6
7 # bit silly. for ly2dvi, overrules compiled-in datadir...
8 LILYPONDPREFIX="@datadir@"
9
10 # include an empty path component for the system wide includes.
11 MFINPUTS="@datadir@/mf:"${MFINPUTS:=":"}
12 TEXINPUTS="@datadir@/tex:@datadir@/ps:"${TEXINPUTS:=":"}
13
14 # TFMFONTS="@datadir@/tfm:$TFMFONTS"
15
16 ## gs_lib ??? 
17 export LILYINCLUDE LILYPONDPREFIX MFINPUTS TEXINPUTS GS_LIB GS_FONTPATH
18
19         
20
21