patch 7.4.1602

Problem:    Info files take space in the top directory.
Solution:   Move them to "READMEdir".
This commit is contained in:
Bram Moolenaar 2016-03-19 16:24:14 +01:00
parent 818c9e7edf
commit cff572abb9
8 changed files with 8 additions and 0 deletions

View File

@ -713,6 +713,12 @@ IN_README_DIR = \
README_unix.txt \
README_vms.txt \
README_w32s.txt \
Contents.info \
Vim.info \
Xxd.info \
runtime.info \
src.info \
vimdir.info \
# generic language files
LANG_GEN = \

0
Contents.info → READMEdir/Contents.info Executable file → Normal file
View File

0
Vim.info → READMEdir/Vim.info Executable file → Normal file
View File

0
Xxd.info → READMEdir/Xxd.info Executable file → Normal file
View File

0
runtime.info → READMEdir/runtime.info Executable file → Normal file
View File

0
src.info → READMEdir/src.info Executable file → Normal file
View File

0
vimdir.info → READMEdir/vimdir.info Executable file → Normal file
View File

View File

@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1602,
/**/
1601,
/**/