comparison Makefile @ 2345:12b829477c60 vim73

Vim 7.3a -> 7.3b.
author Bram Moolenaar <bram@vim.org>
date Sun, 18 Jul 2010 23:29:58 +0200
parents 99c1eba60b2d
children f766a1c87f69
comparison
equal deleted inserted replaced
2344:a2b15b1e626d 2345:12b829477c60
66 # overwritten! 66 # overwritten!
67 # To do all this you need the Unix archive and compiled binaries. 67 # To do all this you need the Unix archive and compiled binaries.
68 # Before creating an archive first delete all backup files, *.orig, etc. 68 # Before creating an archive first delete all backup files, *.orig, etc.
69 69
70 MAJOR = 7 70 MAJOR = 7
71 MINOR = 3a 71 MINOR = 3b
72 72
73 # Uncomment this line if the Win32s version is to be included. 73 # Uncomment this line if the Win32s version is to be included.
74 DOSBIN_S = dosbin_s 74 DOSBIN_S = dosbin_s
75
76 # Uncomment this line if the 16 bit DOS version is to be included.
77 # DOSBIN_D16 = dosbin_d16
75 78
76 # CHECKLIST for creating a new version: 79 # CHECKLIST for creating a new version:
77 # 80 #
78 # - Update Vim version number. For a test version in: src/version.h, Contents, 81 # - Update Vim version number. For a test version in: src/version.h, Contents,
79 # MAJOR/MINOR above, VIMMAJOR and VIMMINOR in src/Makefile, README*.txt, 82 # MAJOR/MINOR above, VIMMAJOR and VIMMINOR in src/Makefile, README*.txt,
437 runtime_unix2dos: dosrt_unix2dos 440 runtime_unix2dos: dosrt_unix2dos
438 -rm -rf `find runtime/dos -type f -print | sed -e /AAPDIR/d` 441 -rm -rf `find runtime/dos -type f -print | sed -e /AAPDIR/d`
439 cd dist/vim/$(VIMRTDIR); tar cf - * \ 442 cd dist/vim/$(VIMRTDIR); tar cf - * \
440 | (cd ../../../runtime/dos; tar xf -) 443 | (cd ../../../runtime/dos; tar xf -)
441 444
442 dosbin: prepare dosbin_gvim dosbin_w32 dosbin_d32 dosbin_d16 dosbin_ole $(DOSBIN_S) 445 dosbin: prepare dosbin_gvim dosbin_w32 dosbin_d32 dosbin_ole $(DOSBIN_S) $(DOSBIN_D16)
443 446
444 # make Win32 gvim 447 # make Win32 gvim
445 dosbin_gvim: dist no_title.vim dist/$(COMMENT_GVIM) 448 dosbin_gvim: dist no_title.vim dist/$(COMMENT_GVIM)
446 -rm -rf dist/gvim$(VERSION).zip 449 -rm -rf dist/gvim$(VERSION).zip
447 -rm -rf dist/vim 450 -rm -rf dist/vim