From: Jan Nieuwenhuizen Date: Mon, 11 Jun 2001 14:31:48 +0000 (+0200) Subject: patch::: 1.4.2.jcn5 X-Git-Tag: release/1.4.3~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9c7b1ba153a001257c305d758cb6f16653e6c51a;p=lilypond.git patch::: 1.4.2.jcn5 --- diff --git a/Documentation/windows/GNUmakefile b/Documentation/windows/GNUmakefile index 21477ab0eb..6ad23e453c 100644 --- a/Documentation/windows/GNUmakefile +++ b/Documentation/windows/GNUmakefile @@ -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 1ce83b9557..092f4484df 100644 --- 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.