]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.4.2.jcn5
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 11 Jun 2001 14:31:48 +0000 (16:31 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 11 Jun 2001 14:31:48 +0000 (16:31 +0200)
Documentation/windows/GNUmakefile
VERSION

index 21477ab0eb40dabae2410989e733975b2c0e3c18..6ad23e453c79d9c31acc7f4eae5a4c14706c676a 100644 (file)
@@ -37,7 +37,7 @@ PYTHON_WRAPPERS=\
 
 OUT_PYTHON_WRAPPERS=$(PYTHON_WRAPPERS:%=$(outdir)/%)
 
-TEX_WRAPPERS=dvips latex tex
+TEX_WRAPPERS=dvips latex tex yap
 OUT_TEX_WRAPPERS=$(TEX_WRAPPERS:%=$(outdir)/%)
 
 # profiles
@@ -72,6 +72,10 @@ $(outdir)/tex: tex-wrapper.sh
        cat $< | sed $(sed-atvariables) -e "s!@name@!tex!g" > $@
        chmod 755 $@
 
+$(outdir)/yap: tex-wrapper.sh
+       cat $< | sed $(sed-atvariables) -e "s!@name@!yap!g" > $@
+       chmod 755 $@
+
 default: $(OUT_PYTHON_WRAPPERS) $(OUT_TEX_WRAPPERS) $(OUT_POST_INSTALLS) $(OUT_PROFILES)
 
 # urg: change suffixes before overwriting python scripts
diff --git a/VERSION b/VERSION
index 1ce83b95572a3ad0b32ac632b341e52f6d0551de..092f4484dfd14db3454f2cceeb40e0b7d8756914 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=jcn4
+MY_PATCH_LEVEL=jcn5
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.