comparison Makefile @ 1231:de2bde5aa8ff

updated for version 7.1
author vimboss
date Sat, 12 May 2007 12:58:05 +0000
parents 2de44d8f2cf1
children 58cad056e608
comparison
equal deleted inserted replaced
1230:cab25717c6a6 1231:de2bde5aa8ff
67 # To do all this you need the unix, extra and lang archives, and 67 # To do all this you need the unix, extra and lang archives, and
68 # compiled binaries. 68 # compiled binaries.
69 # Before creating an archive first delete all backup files, *.orig, etc. 69 # Before creating an archive first delete all backup files, *.orig, etc.
70 70
71 MAJOR = 7 71 MAJOR = 7
72 MINOR = 1b 72 MINOR = 1
73 73
74 # Uncomment this line if the Win32s version is to be included. 74 # Uncomment this line if the Win32s version is to be included.
75 DOSBIN_S = dosbin_s 75 DOSBIN_S = dosbin_s
76 76
77 # CHECKLIST for creating a new version: 77 # CHECKLIST for creating a new version:
91 # require disabling Python and Ruby to avoid trouble with threads. 91 # require disabling Python and Ruby to avoid trouble with threads.
92 # - Check for missing entries in runtime/makemenu.vim (with checkmenu script). 92 # - Check for missing entries in runtime/makemenu.vim (with checkmenu script).
93 # - Check for missing options in runtime/optwin.vim et al. (with check.vim). 93 # - Check for missing options in runtime/optwin.vim et al. (with check.vim).
94 # - Do "make menu" to update the runtime/synmenu.vim file. 94 # - Do "make menu" to update the runtime/synmenu.vim file.
95 # - Add remarks for changes to runtime/doc/version7.txt. 95 # - Add remarks for changes to runtime/doc/version7.txt.
96 # - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL
97 # ADDITIONS".
96 # - In runtime/doc run "make" and "make html" to check for errors. 98 # - In runtime/doc run "make" and "make html" to check for errors.
97 # - Check if src/Makefile and src/feature.h don't contain any personal 99 # - Check if src/Makefile and src/feature.h don't contain any personal
98 # preferences or the GTK, Perl, etc. mentioned above. 100 # preferences or the GTK, Perl, etc. mentioned above.
99 # - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL
100 # ADDITIONS".
101 # - Check file protections to be "644" for text and "755" for executables (run 101 # - Check file protections to be "644" for text and "755" for executables (run
102 # the "check" script). 102 # the "check" script).
103 # - Check compiling on Amiga, MS-DOS and MS-Windows. 103 # - Check compiling on Amiga, MS-DOS and MS-Windows.
104 # - Delete all *~, *.sw?, *.orig, *.rej files 104 # - Delete all *~, *.sw?, *.orig, *.rej files
105 # - "make unixall", "make extra", "make lang", "make html" 105 # - "make unixall", "make extra", "make lang", "make html"
106 # - Make diff files against the previous release: "makediff7 7.1 7.2"
106 # 107 #
107 # Amiga: 108 # Amiga:
108 # - "make amisrc", move the archive to the Amiga and compile: 109 # - "make amisrc", move the archive to the Amiga and compile:
109 # "make -f Make_manx.mak" (will use "big" features by default). 110 # "make -f Make_manx.mak" (will use "big" features by default).
110 # - Run the tests: "make -f Make_manx.mak test" 111 # - Run the tests: "make -f Make_manx.mak test"