summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-02 00:44:04 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-02 00:44:04 +0000
commitc6039d8fcbcc991de374c50f0a2f7ffb96d8437c (patch)
tree71cb54e2725079d2ecf9d1df62ac39ac385455cb /Makefile
parentbba577a24244bd5d95044ab4bc23628e48d1ff08 (diff)
downloadvim-git-c6039d8fcbcc991de374c50f0a2f7ffb96d8437c.tar.gz
updated for version 7.0162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6fa4e4501..75b53ec17 100644
--- a/Makefile
+++ b/Makefile
@@ -80,8 +80,8 @@ MINOR = 0aa
#
# - Update Vim version number. For a test version in: src/version.h, Contents,
# MAJOR/MINOR above, VIMRTDIR and VERSION in src/Makefile, README*.txt,
-# runtime/doc/*.txt and nsis/gvim.nsi. For a minor/major version:
-# src/GvimExt/GvimExt.reg, src/vim16.def.
+# runtime/doc/*.txt and nsis/gvim.nsi. Other things in README_os2.txt. For a
+# minor/major version: src/GvimExt/GvimExt.reg, src/vim.def, src/vim16.def.
# - Correct included_patches[] in src/version.c.
# - Compile Vim with GTK, Perl, Python, TCL, Ruby, Cscope and "huge" features.
# - With these features: "make proto" (requires cproto and Motif installed;
@@ -125,7 +125,7 @@ MINOR = 0aa
# "uninstald16.exe".
# 32 bit DOS version:
# - Set environment for compiling with DJGPP; "gmake -f Make_djg.mak".
-# - "rm testdir/*.out", "make -f Make_djg.mak test" and check the output.
+# - "rm testdir/*.out", "gmake -f Make_djg.mak test" and check the output.
# - Rename the executables to "vimd32.exe", "xxdd32.exe", "installd32.exe" and
# "uninstald32.exe".
# Win32 console version: