summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-10 14:55:34 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-10 14:55:34 +0000
commit779b74b2a23643aaac026341a4ed8bd6e04371e6 (patch)
treeff8fae99da608c087d6b56075dac7c0e73a7e1d7 /Makefile
parentc6fe919573e82727a7de014daab122ffc5001854 (diff)
downloadvim-git-779b74b2a23643aaac026341a4ed8bd6e04371e6.tar.gz
updated for version 7.0dv7.0d
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ac9cc79b..57acddee5 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ all install uninstall tools config configure proto depend lint tags types test t
# Before creating an archive first delete all backup files, *.orig, etc.
MAJOR = 7
-MINOR = 0c
+MINOR = 0d
# Uncomment this line if the Win32s version is to be included.
DOSBIN_S = dosbin_s
@@ -159,6 +159,7 @@ DOSBIN_S = dosbin_s
# - The produced uninstalw32.exe and vimrun.exe are used.
# Create the archives:
# - Copy all the "*.exe" files to where this Makefile is.
+# - Copy all the "*.pdb" files to the dist directory.
# - "make dosbin".
# - Run make on Unix to update the ".mo" files.
# - "make doslang".