]> git.donarmstrong.com Git - lilypond.git/blob - buildscripts/lilypond-profile.sh
release: 1.0.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
6 LILYINCLUDE="@datadir@/ly"
7 MFINPUTS="@datadir@/mf:"${MFINPUTS:=":"}
8 TEXINPUTS="@datadir@/tex:"${TEXINPUTS:=":"}
9
10 # todo: GS stuff
11
12 export  LILYINCLUDE MFINPUTS TEXINPUTS
13
14 # echo  $LILYINCLUDE $MFINPUTS $TEXINPUTS
15
16