From e53c2dbaa2423fa7fef080aae63568f5e59c8ee9 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 14 Aug 2001 17:16:40 +0200 Subject: [PATCH] patch::: 1.4.6.jcn2 1.4.6.jcn2 --- CHANGES | 4 +++- Documentation/windows/compiling.texi | 4 +--- Documentation/windows/installing.texi | 15 ++++----------- Documentation/windows/python-wrapper.sh | 4 ++-- VERSION | 2 +- scripts/ly2dvi.py | 14 +++----------- 6 files changed, 14 insertions(+), 29 deletions(-) diff --git a/CHANGES b/CHANGES index 04ee44abc9..062b9ff2cd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,10 @@ -1.4.6.jcn1 +1.4.6.jcn2 ========== * Fixes for PostScript beams and stems. +* Use Cygwin included Python; drop Windows Python and workarounds. + 1.4.6 ===== diff --git a/Documentation/windows/compiling.texi b/Documentation/windows/compiling.texi index dc2b06439d..2f9c4f66e0 100644 --- a/Documentation/windows/compiling.texi +++ b/Documentation/windows/compiling.texi @@ -70,9 +70,7 @@ We think it's silly, but do this is on special request of Windows users. @item @file{fix-suffixes.sh} Add @file{.exe} to binary executables, add @file{.py} to Python scripts. @item @file{python-wrapper.sh} -All python scripts get a wrapper script to make direct invocation easier -and to change file paths to DOS style, which is needed by non-Cygwin -Python, that's currently used. +All python scripts get a wrapper script to make direct invocation easier. @item @file{latex-wrapper.sh} TeX and LaTeX get a wrapper script that changes the TEX path variables to DOS style, which is needed by non-Cygwin TeX, that's currently used. diff --git a/Documentation/windows/installing.texi b/Documentation/windows/installing.texi index a06bc0e476..18f9949792 100644 --- a/Documentation/windows/installing.texi +++ b/Documentation/windows/installing.texi @@ -18,7 +18,7 @@ code that works better (see @uref{compiling.html,compiling}). @section Windows binary setup -Apart from LilyPond itself, you need Cygwin, GUILE, Python, and a TeX +Apart from LilyPond itself, you need Cygwin, GUILE, Python and a TeX installation, but all this software be installed by running setup.exe: @table @asis @@ -32,9 +32,9 @@ This will install the minimal set of cygwin tools needed to run LilyPond. Make sure to install in the default place, @file{c:/cygwin}, and install everything. -As of version 1.3.150, you also have the option to install MiKTeX, -Python and GSView from this installer, which is recommended. If you -choose to install these by hand (see below), make sure to install them +As of version 1.3.150, you also have the option to install MiKTeX and +GSView from this installer, which is recommended. If you choose to +install these by hand (see below), make sure to install them @strong{before} you install LilyPond, otherwise your LilyPond setup will be broken. @@ -138,13 +138,6 @@ Click @uref{ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs650/gs650w32.exe or visit the @uref{http://www.cs.wisc.edu/~ghost/,Ghostscript, Ghostview and GSview site}. -@item Python -Click @uref{http://www.python.org/ftp/python/win32/py152.exe,here} to -install Python-1.5.2, or visit -@uref{http://www.python.org,www.python.org}. - -We have not tried using newer versions than 1.5.2. - @end table diff --git a/Documentation/windows/python-wrapper.sh b/Documentation/windows/python-wrapper.sh index 57bff4ea1d..2b49c87e84 100644 --- a/Documentation/windows/python-wrapper.sh +++ b/Documentation/windows/python-wrapper.sh @@ -5,9 +5,9 @@ if echo | python - >/dev/null 2>&1; then echo else cat < /dev/null 2> /dev/null' @@ -601,7 +593,7 @@ None. cmd = 'dvips %s -o%s %s' % (opts, outbase + '.ps', outbase + '.dvi') - if not verbose_p and os.name == 'posix': + if not verbose_p: progress ( _("Running %s...") % 'dvips') cmd = cmd + ' 1> /dev/null 2> /dev/null' -- 2.39.5