diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-12 12:58:05 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-12 12:58:05 +0000 |
commit | 5cdd0df5a9eca4a86bb6fa70907cf416e6567db2 (patch) | |
tree | 1a5cc5739f673c851e76467d5fe8441ac700fe9f /Makefile | |
parent | fe265ff56ffc4f8192c3f47ca24c4c7fd596623a (diff) | |
download | vim-git-5cdd0df5a9eca4a86bb6fa70907cf416e6567db2.tar.gz |
updated for version 7.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -69,7 +69,7 @@ all install uninstall tools config configure reconfig proto depend lint tags typ # Before creating an archive first delete all backup files, *.orig, etc. MAJOR = 7 -MINOR = 1b +MINOR = 1 # Uncomment this line if the Win32s version is to be included. DOSBIN_S = dosbin_s @@ -93,16 +93,17 @@ DOSBIN_S = dosbin_s # - Check for missing options in runtime/optwin.vim et al. (with check.vim). # - Do "make menu" to update the runtime/synmenu.vim file. # - Add remarks for changes to runtime/doc/version7.txt. +# - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL +# ADDITIONS". # - In runtime/doc run "make" and "make html" to check for errors. # - Check if src/Makefile and src/feature.h don't contain any personal # preferences or the GTK, Perl, etc. mentioned above. -# - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL -# ADDITIONS". # - Check file protections to be "644" for text and "755" for executables (run # the "check" script). # - Check compiling on Amiga, MS-DOS and MS-Windows. # - Delete all *~, *.sw?, *.orig, *.rej files # - "make unixall", "make extra", "make lang", "make html" +# - Make diff files against the previous release: "makediff7 7.1 7.2" # # Amiga: # - "make amisrc", move the archive to the Amiga and compile: |