]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.4.2.jcn2
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 4 Jun 2001 15:50:29 +0000 (17:50 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 4 Jun 2001 15:50:29 +0000 (17:50 +0200)
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.

CHANGES
Documentation/windows/GNUmakefile
Documentation/windows/tex-wrapper.sh
VERSION

diff --git a/CHANGES b/CHANGES
index aff2549b380fc43322cda0c72ec2b0157171191a..d2bbb25c390968b8eb4a7b6baf07c4271ec743e6 100644 (file)
--- 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
 ==========
 
index ab7e00e73340bcb1597219ea220aa9e920d8506c..b2afb6c5cddd035755aac4b392aa848c672e51e4 100644 (file)
@@ -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
index 0b58860c375c7793e39f6cda911a771f3f703c4d..5fc16a42eec15270dab70f4bbb025d0cbaf7ddbe 100644 (file)
@@ -7,4 +7,5 @@ TFMFONTS="$WINDOWS_TFMFONTS"
 
 export MFINPUTS TEXINPUTS TFMFONTS
 
-@name@.exe "$*"
+@name@.exe $*
+
diff --git a/VERSION b/VERSION
index 472b33396412507e014fd62b46aaad2454a0fca3..ea43a0cf3fcb463ad931c3998981c1c85a9bf96a 100644 (file)
--- 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.