diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-03 21:39:27 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-03 21:39:27 +0000 |
commit | 7d1f5dbc0a254d7524b3f985f2440bf89e037355 (patch) | |
tree | 7e4c83253b68e454fca710b215f928c1e012ba74 /Filelist | |
parent | 51ac12f68322b411ae5b038834a649a0e9ccb462 (diff) | |
download | vim-git-7d1f5dbc0a254d7524b3f985f2440bf89e037355.tar.gz |
updated for version 7.0101v7.0101
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -122,8 +122,6 @@ SRC_ALL2 = \ src/proto/undo.pro \ src/proto/version.pro \ src/proto/window.pro \ - src/spell/*.diff \ - src/spell/Makefile \ # source files for Unix only @@ -684,6 +682,9 @@ LANG_GEN = \ runtime/tutor/tutor.ru.* \ runtime/tutor/tutor.zh.* \ runtime/spell/README.txt \ + runtime/spell/??/*.diff \ + runtime/spell/??/main.aap \ + runtime/spell/main.aap \ # generic language files, binary LANG_GEN_BIN = \ |