summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-13 22:05:54 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-13 22:05:54 +0200
commitbfc8b97639795a579edcb057de2480ebe9837876 (patch)
treeee488c7d2d8a1566ee4166993ae03e5c01e37902 /Makefile
parentdc685aba75b17dcf2ac05b42ecd793c1a53cdaf4 (diff)
downloadvim-git-bfc8b97639795a579edcb057de2480ebe9837876.tar.gz
Preparations for 7.3f release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4190e7d40..98ec5dfeb 100644
--- a/Makefile
+++ b/Makefile
@@ -83,10 +83,11 @@ DOSBIN_S = dosbin_s
# 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,
# src/gvim.exe.mnf.
+# - Adjust the date and other info in src/version.h.
# - Correct included_patches[] in src/version.c.
# - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, MZscheme, Lua (if
-# you can make it work), Cscope and "huge" features. Exclude workshop and
-# SNiFF.
+# you can make it all work), Cscope and "huge" features. Exclude workshop
+# and SNiFF.
# - With these features: "make proto" (requires cproto and Motif installed;
# ignore warnings for missing include files, fix problems for syntax errors).
# - With these features: "make depend" (works best with gcc).