lilypond-1.3.65
[lilypond.git] / buildscripts / lilypond-login.sh
blobca9d6c5c9f4f4dfa3ba3194606b29e45e70d2318
1 #!/bin/csh
3 # env. vars for the C-shell.
4 # set environment for LilyPond. To be installed in /etc/profile.d/
6 setenv GS_FONTPATH "@datadir@/afm"
8 # bit silly. for ly2dvi, overrules compiled-in datadir...
9 setenv LILYPONDPREFIX "@datadir@"
11 # include an empty path component for the system wide includes.
12 if ($?MFINPUTS) then
13 setenv MFINPUTS "/usr/share/lilypond/mf:${MFINPUTS}::"
14 else
15 setenv MFINPUTS "/usr/share/lilypond/mf::"
16 endif
17 if ($?TEXINPUTS) then
18 setenv TEXINPUTS "/usr/share/lilypond/tex:${TEXINPUTS}::"
19 else
20 setenv TEXINPUTS "/usr/share/lilypond/tex::"
21 endif