]> git.donarmstrong.com Git - lilypond.git/blob - buildscripts/lilypond-login.sh
release: 1.2.1
[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@/ps"
7 setenv GS_FONTPATH "@datadir@/afm"
8 # bit silly. for ly2dvi, overrules compiled-in datadir...
9 setenv LILYPONDPREFIX "@datadir@"
10
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
22 if ($?GUILE_LOAD_PATH) then
23         setenv GUILE_LOAD_PATH "/usr/share/lilypond/scm:${GUILE_LOAD_PATH}"
24 else
25         setenv GUILE_LOAD_PATH "/usr/share/lilypond/scm"
26 endif
27
28