From 09b359bae22277142dbbdbf74dd5c8f11082a21d Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 25 Jul 2003 15:35:18 +0000 Subject: [PATCH] * buildscripts/lilypond-profile.sh: Add documentation to error message. --- ChangeLog | 3 +++ buildscripts/lilypond-profile.sh | 31 ++++++++++++++++++++++++------- 2 files changed, 27 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2861775631..79559bc359 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,9 @@ 2003-07-25 Jan Nieuwenhuizen + * buildscripts/lilypond-profile.sh: Add documentation to error + message. + * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir. 2003-07-25 Han-Wen Nienhuys diff --git a/buildscripts/lilypond-profile.sh b/buildscripts/lilypond-profile.sh index bc05e39979..7b3c4b9f8d 100644 --- a/buildscripts/lilypond-profile.sh +++ b/buildscripts/lilypond-profile.sh @@ -5,15 +5,32 @@ # Red Hat-like systems should install this in /etc/profile.d/ # If run by hand or from you .profile, run as follows -# . lilypond-profile +# . /PATH/TO/lilypond-profile + if [ `basename "$0"` = "lilypond-profile" ] ; then - echo "This script must be sourced, i.e." - echo "" - echo " . lilypond-profile" - echo "" - + cat >/dev/stderr <