comparison src/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 f6540762173d
children 454f314d0e61
comparison
equal deleted inserted replaced
2344:a2b15b1e626d 2345:12b829477c60
923 ### Directory of the man pages 923 ### Directory of the man pages
924 MAN1DIR = /man1 924 MAN1DIR = /man1
925 925
926 ### Vim version (adjusted by a script) 926 ### Vim version (adjusted by a script)
927 VIMMAJOR = 7 927 VIMMAJOR = 7
928 VIMMINOR = 3a 928 VIMMINOR = 3b
929 929
930 ### Location of Vim files (should not need to be changed, and {{{1 930 ### Location of Vim files (should not need to be changed, and {{{1
931 ### some things might not work when they are changed!) 931 ### some things might not work when they are changed!)
932 VIMDIR = /vim 932 VIMDIR = /vim
933 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR) 933 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR)