From: fred Date: Tue, 26 Mar 2002 21:49:46 +0000 (+0000) Subject: lilypond-1.1.44 X-Git-Tag: release/1.5.59~2442 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a673ef8ced7add9f07321dfb2ab349764bc7fe6a;p=lilypond.git lilypond-1.1.44 --- diff --git a/buildscripts/lilypond-login.sh b/buildscripts/lilypond-login.sh index b7cfc4d16f..d2c7b96047 100644 --- a/buildscripts/lilypond-login.sh +++ b/buildscripts/lilypond-login.sh @@ -5,7 +5,7 @@ # set environment for LilyPond. To be installed in /etc/profile.d/ setenv GS_LIB "@datadir@/afm" setenv GS_FONTPATH "@datadir@/ps" -setenv LILYINCLUDE "@datadir@/ly:@datadir@/afm" +# bit silly. for ly2dvi, overrules compiled-in datadir... setenv LILYPONDPREFIX "@datadir@" # include an empty path component for the system wide includes. diff --git a/buildscripts/lilypond-profile.sh b/buildscripts/lilypond-profile.sh index b40bea1689..4d56f7248a 100644 --- a/buildscripts/lilypond-profile.sh +++ b/buildscripts/lilypond-profile.sh @@ -4,7 +4,6 @@ # set environment for LilyPond. To be installed in /etc/profile.d/ GS_LIB="@datadir@/afm" GS_FONTPATH="@datadir@/ps" -LILYINCLUDE="@datadir@/ly:@datadir@/afm" # bit silly. for ly2dvi, overrules compiled-in datadir... LILYPONDPREFIX="@datadir@" diff --git a/buildscripts/set-lily.sh b/buildscripts/set-lily.sh index 214f3218c1..8d79a65668 100644 --- a/buildscripts/set-lily.sh +++ b/buildscripts/set-lily.sh @@ -1,81 +1,77 @@ #!/bin/sh -# zet-lily.sh --- configure LilyPond sourcetree -# nice in first character unique name +# set-lily.sh --- configure LilyPond sourcetree; # +# configure Lily in $HOME/usr/src/lilypond-x.x.x, +# and without installing +# + PACKAGE_NAME=LilyPond export PACKAGE_NAME prefix=$HOME/usr sources=$prefix/src -# -# -. ./stepmake/bin/package-zet.sh -# -# The $sources dir looks like this: -# -# -# -if [ "x$LILYINCLUDE" = "x" ]; then - # we can try... - echo you should add the following to your profile script - if [ "x$MAILADDRESS" = "x" ]; then - MAILADDRESS=$USER@`hostname` - export MAILADDRESS - echo " MAILADDRESS=\$USER@`hostname`" - echo " export MAILADDRESS" +showln () +{ + (set -x; ln $*) +} + +testmkdir () +{ + if [ ! -x $1 ]; then + (set -x; mkdir -p $1) fi - LILYINCLUDE=$LILYPOND_SOURCEDIR/init:$LILYPOND_SOURCEDIR/input:$LILYPOND_SOURCEDIR/mf/out - MFINPUTS=$MFINPUTS:$LILYPOND_SOURCEDIR/mf - TEXINPUTS=$TEXINPUTS:$LILYPOND_SOURCEDIR/mf/out:$LILYPOND_SOURCEDIR/ps:$LILYPOND_SOURCEDIR/tex - export LILYINCLUDE MFINPUTS TEXINPUTS - GS_LIB=$HOME/usr/src/lilypond/ps - GS_FONTPATH=$HOME/usr/src/lilypond/mf/out - GUILE_LOAD_PATH=$HOME/usr/src/lilypond/init - export GS_LIB GS_FONTPATH GUILE_LOAD_PATH - cat <