From: Jan Nieuwenhuizen Date: Mon, 4 Jun 2001 15:50:29 +0000 (+0200) Subject: patch::: 1.4.2.jcn2 X-Git-Tag: release/1.4.3~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cd6b93d1177fc84d342c095a93b0c80d9b699195;p=lilypond.git patch::: 1.4.2.jcn2 1.4.2.jcn2 ========== * 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 `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/CHANGES b/CHANGES index aff2549b38..d2bbb25c39 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +1.4.2.jcn2 +========== + +* 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 +`call for help'. Did all the others give up, or did none of them +bother to share their fix/file a bug report? Urg. + 1.4.2.jcn1 ========== diff --git a/Documentation/windows/GNUmakefile b/Documentation/windows/GNUmakefile index ab7e00e733..b2afb6c5cd 100644 --- a/Documentation/windows/GNUmakefile +++ b/Documentation/windows/GNUmakefile @@ -37,7 +37,7 @@ PYTHON_WRAPPERS=\ OUT_PYTHON_WRAPPERS=$(PYTHON_WRAPPERS:%=$(outdir)/%) -TEX_WRAPPERS=tex latex +TEX_WRAPPERS=dvips latex tex OUT_TEX_WRAPPERS=$(TEX_WRAPPERS:%=$(outdir)/%) # profiles diff --git a/Documentation/windows/tex-wrapper.sh b/Documentation/windows/tex-wrapper.sh index 0b58860c37..5fc16a42ee 100644 --- a/Documentation/windows/tex-wrapper.sh +++ b/Documentation/windows/tex-wrapper.sh @@ -7,4 +7,5 @@ TFMFONTS="$WINDOWS_TFMFONTS" export MFINPUTS TEXINPUTS TFMFONTS -@name@.exe "$*" +@name@.exe $* + diff --git a/VERSION b/VERSION index 472b333964..ea43a0cf3f 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=4 PATCH_LEVEL=2 -MY_PATCH_LEVEL=jcn1 +MY_PATCH_LEVEL=jcn2 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version.