]> git.donarmstrong.com Git - lilypond.git/blob - buildscripts/lilypond-profile.sh
patch::: 1.3.129.jcn3
[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
15 ## gs_lib ??? 
16 export LILYINCLUDE LILYPONDPREFIX MFINPUTS TEXINPUTS GS_LIB GS_FONTPATH
17
18         
19
20