From: Jan Nieuwenhuizen Date: Wed, 6 Jun 2001 16:27:12 +0000 (+0200) Subject: patch::: 1.4.2.jcn3 X-Git-Tag: release/1.4.3~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5f59b94d95987c866416d07490ce964b0f2d7817;p=lilypond.git patch::: 1.4.2.jcn3 1.4.2.jcn3 --- diff --git a/CHANGES b/CHANGES index d2bbb25c39..aed1410910 100644 --- a/CHANGES +++ b/CHANGES @@ -1,11 +1,11 @@ -1.4.2.jcn2 +1.4.2.jcn3 ========== * Windows: bugfix for tex-wrappers, added tex wrapper for dvips. LilyPond (read: ly2dvi) should now work right out of the box. Amazing; it seems that ly2dvi won't generate PK files without this -dvips wrapper. We had over 150 downloads of setup.exe, yet only one +dvips wrapper. We had over 200 downloads of setup.exe, yet only one `call for help'. Did all the others give up, or did none of them bother to share their fix/file a bug report? Urg. diff --git a/Documentation/windows/GNUmakefile b/Documentation/windows/GNUmakefile index b2afb6c5cd..21477ab0eb 100644 --- a/Documentation/windows/GNUmakefile +++ b/Documentation/windows/GNUmakefile @@ -60,12 +60,16 @@ $(outdir)/%: python-wrapper.sh # cat $< | sed $(sed-atvariables) -e "s!@name@!$(*F)!g" > $@ # chmod 755 $@ -$(outdir)/tex: tex-wrapper.sh - cat $< | sed $(sed-atvariables) -e "s!@name@!tex!g" > $@ +$(outdir)/latex: tex-wrapper.sh + cat $< | sed $(sed-atvariables) -e "s!@name@!latex!g" > $@ chmod 755 $@ -$(outdir)/latex: latex-wrapper.sh - cat $< | sed $(sed-atvariables) -e "s!@name@!latex!g" > $@ +$(outdir)/dvips: tex-wrapper.sh + cat $< | sed $(sed-atvariables) -e "s!@name@!dvips!g" > $@ + chmod 755 $@ + +$(outdir)/tex: tex-wrapper.sh + cat $< | sed $(sed-atvariables) -e "s!@name@!tex!g" > $@ chmod 755 $@ default: $(OUT_PYTHON_WRAPPERS) $(OUT_TEX_WRAPPERS) $(OUT_POST_INSTALLS) $(OUT_PROFILES) diff --git a/Documentation/windows/installing.texi b/Documentation/windows/installing.texi index e71cae45cf..9f2fa8bf9b 100644 --- a/Documentation/windows/installing.texi +++ b/Documentation/windows/installing.texi @@ -29,7 +29,8 @@ Download and run to install LilyPond. This will install the minimal set of cygwin tools needed to run -LilyPond. +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 @@ -79,13 +80,18 @@ do: @quotation @example -PATH=/usr/lilypond-1.3.147/bin:$PATH +PATH=/usr/lilypond-1.4.2/bin:$PATH @end example @end quotation and try again. +@subsection Trouble + +For problems and solutions see +@uref{Troubleshooting Windows,http://lilypond.org/TroubleshootingWindows}. + @subsection Additional software @@ -148,14 +154,9 @@ We have not tried using newer versions than 1.5.2. * emacs-mode installation, figure out and describe proper emacs-on-cygwin setup. -* talk about /etc/profile.d/lilypond-profile.sh - -* GUILE errors, simple guile test - -* (La)TEX errors, simple tex test +] -] @ignore guile -v diff --git a/Documentation/windows/latex-wrapper.sh b/Documentation/windows/latex-wrapper.sh index 82a2fd44e3..e69de29bb2 100644 --- a/Documentation/windows/latex-wrapper.sh +++ b/Documentation/windows/latex-wrapper.sh @@ -1,8 +0,0 @@ -#!@SHELL@ -# @name@.sh -- @name@ wrapper for Windows - -MFINPUTS="$WINDOWS_MFINPUTS" -TEXINPUTS="$WINDOWS_TEXINPUTS" -TFMFONTS="$WINDOWS_TFMFONTS" - -@name@.exe "$*" diff --git a/VERSION b/VERSION index ea43a0cf3f..e1a0089033 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=4 PATCH_LEVEL=2 -MY_PATCH_LEVEL=jcn2 +MY_PATCH_LEVEL=jcn3 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version.