]> git.donarmstrong.com Git - lilypond.git/blob - buildscripts/lilypond-login.sh
d4a482ebe6b3bdd7ef90acd838e1f85e8af9d6fe
[lilypond.git] / buildscripts / lilypond-login.sh
1 #!/bin/csh
2
3 # env. vars for the C-shell.
4
5 # set environment for LilyPond.  To be installed in /etc/profile.d/
6 setenv GS_LIB "@datadir@/afm"
7 setenv GS_FONTPATH "@datadir@/ps"
8 setenv LILYINCLUDE "@datadir@/ly:@datadir@/afm"
9
10 # include an empty path component for the system wide includes.
11 setenv MFINPUTS "@datadir@/mf:"${MFINPUTS:=":"}
12 setenv TEXINPUTS "@datadir@/tex:"${TEXINPUTS:=":"}
13