summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormatveyt <matthewtarasov@gmail.com>2021-05-24 18:48:27 +0200
committerBram Moolenaar <Bram@vim.org>2021-05-24 18:48:27 +0200
commite97c7c962ca0fd7cad0d157f1762eb5cc5887fca (patch)
tree2d82c566de01059fe2993c8adaa9e1d0955ec24e /Makefile
parent15bbb8f4f38d25d491d7dff83ef0552e2d442d5d (diff)
downloadvim-git-e97c7c962ca0fd7cad0d157f1762eb5cc5887fca.tar.gz
patch 8.2.2883: MS-Windows manifest file name is misleadingv8.2.2883
Problem: MS-Windows manifest file name is misleading. Solution: Rename the file. (closes #8241)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 35119ac1f..e377392b5 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ MINOR = 2
# src/Makefile, README.txt, README.md, src/README.md, READMEdir/README*.txt,
# runtime/doc/*.txt and make nsis/gvim_version.nsh.
# For a minor/major version: src/GvimExt/GvimExt.reg, src/vim.def,
-# src/gvim.exe.mnf.
+# src/vim.manifest.
# - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, Lua, Cscope and
# "huge" features. Add MZscheme if you can make it work.
# Use "make reconfig" after selecting the configure arguments.
@@ -152,7 +152,7 @@ MINOR = 2
# > cd src
# > msvc2015.bat
# - Build the console binary:
-# > nmake -f Make_mvc.mak
+# > nmake -f Mae_mvc.mak
# - Run the tests and check the output:
# > nmake -f Make_mvc.mak testclean
# > nmake -f Make_mvc.mak test