diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2002-08-16 12:49:27 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2002-08-16 12:49:27 +0000 |
commit | 1d81ad3ebe4deef2b8c99e0a6328689b4f55b47c (patch) | |
tree | 9cb6db62e81fb0db2f6d488e462359f46eff198c /cygwin | |
parent | 1c1f7b4b2b7727cdea3b412c4463e55dcf313a61 (diff) |
* Documentation/index.texi:
* Documentation/windows/compiling.texi:
* Documentation/windows/installing.texi: Update to reflect
LilyPond's inclusion into Cygwin.
Diffstat (limited to 'cygwin')
-rw-r--r-- | cygwin/bug-lilypond-cygwin.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cygwin/bug-lilypond-cygwin.sh b/cygwin/bug-lilypond-cygwin.sh index 489f2a6ffa..0db601ea82 100644 --- a/cygwin/bug-lilypond-cygwin.sh +++ b/cygwin/bug-lilypond-cygwin.sh @@ -20,10 +20,9 @@ Please source this script, ie do: EOF fi -docdir=@prefix@/share/doc/lilypond-@TOPLEVEL_VERSION@ -if [ ! -d $docdir ]; then - docdir=@prefix@/doc/lilypond-@TOPLEVEL_VERSION@ -fi +docdir=@prefix@/share/doc/lilypond-@TOPLEVEL_VERSION@-1 +[ ! -d $docdir ] && docdir=@prefix@/doc/lilypond-@TOPLEVEL_VERSION@-1 +[ ! -d $docdir ] && docdir=$(echo /usr/doc/lilypond-[0-9]*) echo echo Availability of executables |