# HG changeset patch # User Bram Moolenaar # Date 1575749703 -3600 # Node ID 217c97e066156bf5fa7d64165c65facacc15c824 # Parent 213818e6529c4bf8e844f72ceb36dca4613bfde5 patch 8.1.2409: creating the distribution doesn't work as documented Commit: https://github.com/vim/vim/commit/5f1920ada24904a115232e01f28fc8a6cdd623af Author: Bram Moolenaar Date: Sat Dec 7 21:01:43 2019 +0100 patch 8.1.2409: creating the distribution doesn't work as documented Problem: Creating the distribution doesn't work as documented. Solution: Adjust name of uninstall binary. Create src/auto directory if needed. diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -1570,6 +1570,7 @@ testclean: $(CC) $(CFLAGS_OUTDIR) $(LUA_INC) if_lua.c auto/if_perl.c : if_perl.xs typemap + -mkdir auto $(XSUBPP) -prototypes -typemap $(XSUBPP_TYPEMAP) \ -typemap typemap if_perl.xs -output $@ diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -743,6 +743,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2409, +/**/ 2408, /**/ 2407, diff --git a/tools/rename.bat b/tools/rename.bat --- a/tools/rename.bat +++ b/tools/rename.bat @@ -3,4 +3,4 @@ mv tee/tee.exe teew32.exe mv xxd/xxd.exe xxdw32.exe mv vim.pdb vimw32.pdb mv install.exe installw32.exe -mv uninstal.exe uninstalw32.exe +mv uninstall.exe uninstallw32.exe