Mercurial > vim
comparison src/Makefile @ 2465:150b5dbccff9 vim73
Version 7.3c -> 7.3d
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sun, 01 Aug 2010 20:38:51 +0200 |
parents | f766a1c87f69 |
children | 1e5bc1cdec13 |
comparison
equal
deleted
inserted
replaced
2464:42393e2a30b2 | 2465:150b5dbccff9 |
---|---|
928 ### Directory of the man pages | 928 ### Directory of the man pages |
929 MAN1DIR = /man1 | 929 MAN1DIR = /man1 |
930 | 930 |
931 ### Vim version (adjusted by a script) | 931 ### Vim version (adjusted by a script) |
932 VIMMAJOR = 7 | 932 VIMMAJOR = 7 |
933 VIMMINOR = 3c | 933 VIMMINOR = 3d |
934 | 934 |
935 ### Location of Vim files (should not need to be changed, and {{{1 | 935 ### Location of Vim files (should not need to be changed, and {{{1 |
936 ### some things might not work when they are changed!) | 936 ### some things might not work when they are changed!) |
937 VIMDIR = /vim | 937 VIMDIR = /vim |
938 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR) | 938 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR) |