]> git.donarmstrong.com Git - lilypond.git/blob - buildscripts/lilypond-profile.sh
release: 1.2.15
[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 export LILYINCLUDE LILYPONDPREFIX MFINPUTS TEXINPUTS GS_LIB GS_FONTPATH
15
16         
17
18