Mercurial > vim
annotate Filelist @ 4964:5cee875f3096 v7.3.1227
updated for version 7.3.1227
Problem: Inconsistent string conversion.
Solution: Use 'encoding' instead of utf-8. Use METH_O in place of
METH_VARARGS where appropriate. (ZyX)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sun, 23 Jun 2013 13:00:44 +0200 |
parents | 96e154e825a7 |
children | c87476046967 |
rev | line source |
---|---|
7 | 1 # List of distributed Vim files. |
2 # Used by Makefile and upload.aap. | |
3 | |
4 # source files for all source archives | |
574 | 5 SRC_ALL = \ |
7 | 6 src/README.txt \ |
7 src/arabic.c \ | |
8 src/arabic.h \ | |
9 src/ascii.h \ | |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
10 src/blowfish.c \ |
7 | 11 src/buffer.c \ |
12 src/charset.c \ | |
13 src/diff.c \ | |
14 src/digraph.c \ | |
15 src/edit.c \ | |
16 src/eval.c \ | |
17 src/ex_cmds.c \ | |
18 src/ex_cmds.h \ | |
19 src/ex_cmds2.c \ | |
20 src/ex_docmd.c \ | |
21 src/ex_eval.c \ | |
22 src/ex_getln.c \ | |
23 src/farsi.c \ | |
24 src/farsi.h \ | |
25 src/feature.h \ | |
26 src/fileio.c \ | |
27 src/fold.c \ | |
28 src/getchar.c \ | |
29 src/globals.h \ | |
30 src/gui.c \ | |
31 src/gui.h \ | |
32 src/gui_beval.c \ | |
33 src/gui_beval.h \ | |
442 | 34 src/hardcopy.c \ |
800 | 35 src/hashtab.c \ |
7 | 36 src/keymap.h \ |
37 src/macros.h \ | |
38 src/main.c \ | |
39 src/mark.c \ | |
40 src/mbyte.c \ | |
41 src/memfile.c \ | |
2730 | 42 src/memfile_test.c \ |
7 | 43 src/memline.c \ |
44 src/menu.c \ | |
45 src/message.c \ | |
46 src/misc1.c \ | |
47 src/misc2.c \ | |
48 src/move.c \ | |
49 src/mysign \ | |
50 src/nbdebug.c \ | |
51 src/nbdebug.h \ | |
52 src/netbeans.c \ | |
53 src/normal.c \ | |
54 src/ops.c \ | |
55 src/option.c \ | |
56 src/option.h \ | |
800 | 57 src/popupmnu.c \ |
7 | 58 src/quickfix.c \ |
59 src/regexp.c \ | |
4444 | 60 src/regexp_nfa.c \ |
7 | 61 src/regexp.h \ |
62 src/screen.c \ | |
63 src/search.c \ | |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
64 src/sha256.c \ |
7 | 65 src/structs.h \ |
224 | 66 src/spell.c \ |
7 | 67 src/syntax.c \ |
68 src/tag.c \ | |
69 src/term.c \ | |
70 src/term.h \ | |
71 src/termlib.c \ | |
72 src/ui.c \ | |
73 src/undo.c \ | |
74 src/version.c \ | |
75 src/version.h \ | |
76 src/vim.h \ | |
4174 | 77 src/winclip.c \ |
7 | 78 src/window.c \ |
79 src/xxd/xxd.c \ | |
80 src/main.aap \ | |
81 src/testdir/main.aap \ | |
82 src/testdir/*.in \ | |
140 | 83 src/testdir/test[0-9]*.ok \ |
7 | 84 src/testdir/test49.vim \ |
625 | 85 src/testdir/test60.vim \ |
3137 | 86 src/testdir/test83-tags? \ |
4839
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
87 src/testdir/python2/*.py \ |
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
88 src/testdir/python3/*.py \ |
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
89 src/testdir/pythonx/*.py \ |
4851
96e154e825a7
updated for version 7.3.1172
Bram Moolenaar <bram@vim.org>
parents:
4839
diff
changeset
|
90 src/testdir/python_after/*.py \ |
96e154e825a7
updated for version 7.3.1172
Bram Moolenaar <bram@vim.org>
parents:
4839
diff
changeset
|
91 src/testdir/python_before/*.py \ |
7 | 92 src/proto.h \ |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
93 src/proto/blowfish.pro \ |
7 | 94 src/proto/buffer.pro \ |
95 src/proto/charset.pro \ | |
96 src/proto/diff.pro \ | |
97 src/proto/digraph.pro \ | |
98 src/proto/edit.pro \ | |
99 src/proto/eval.pro \ | |
100 src/proto/ex_cmds.pro \ | |
101 src/proto/ex_cmds2.pro \ | |
102 src/proto/ex_docmd.pro \ | |
103 src/proto/ex_eval.pro \ | |
104 src/proto/ex_getln.pro \ | |
105 src/proto/fileio.pro \ | |
106 src/proto/fold.pro \ | |
107 src/proto/getchar.pro \ | |
108 src/proto/gui.pro \ | |
109 src/proto/gui_beval.pro \ | |
442 | 110 src/proto/hardcopy.pro \ |
800 | 111 src/proto/hashtab.pro \ |
7 | 112 src/proto/main.pro \ |
113 src/proto/mark.pro \ | |
114 src/proto/mbyte.pro \ | |
115 src/proto/memfile.pro \ | |
116 src/proto/memline.pro \ | |
117 src/proto/menu.pro \ | |
118 src/proto/message.pro \ | |
119 src/proto/misc1.pro \ | |
120 src/proto/misc2.pro \ | |
121 src/proto/move.pro \ | |
122 src/proto/netbeans.pro \ | |
123 src/proto/normal.pro \ | |
124 src/proto/ops.pro \ | |
125 src/proto/option.pro \ | |
800 | 126 src/proto/popupmnu.pro \ |
7 | 127 src/proto/quickfix.pro \ |
128 src/proto/regexp.pro \ | |
129 src/proto/screen.pro \ | |
130 src/proto/search.pro \ | |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
131 src/proto/sha256.pro \ |
224 | 132 src/proto/spell.pro \ |
7 | 133 src/proto/syntax.pro \ |
134 src/proto/tag.pro \ | |
135 src/proto/term.pro \ | |
136 src/proto/termlib.pro \ | |
137 src/proto/ui.pro \ | |
138 src/proto/undo.pro \ | |
139 src/proto/version.pro \ | |
4174 | 140 src/proto/winclip.pro \ |
7 | 141 src/proto/window.pro \ |
142 | |
143 | |
144 # source files for Unix only | |
145 SRC_UNIX = \ | |
146 Makefile \ | |
147 Filelist \ | |
148 README_src.txt \ | |
149 configure \ | |
150 pixmaps/*.xpm \ | |
151 pixmaps/gen-inline-pixbufs.sh \ | |
152 pixmaps/stock_icons.h \ | |
153 src/INSTALL \ | |
1648 | 154 src/INSTALLx.txt \ |
7 | 155 src/Makefile \ |
156 src/auto/configure \ | |
157 src/config.aap.in \ | |
158 src/config.h.in \ | |
159 src/config.mk.dist \ | |
160 src/config.mk.in \ | |
161 src/configure \ | |
162 src/configure.in \ | |
163 src/gui_at_fs.c \ | |
164 src/gui_at_sb.c \ | |
165 src/gui_at_sb.h \ | |
166 src/gui_athena.c \ | |
167 src/gui_gtk.c \ | |
168 src/gui_gtk_f.c \ | |
169 src/gui_gtk_f.h \ | |
170 src/gui_gtk_x11.c \ | |
171 src/gui_motif.c \ | |
45 | 172 src/gui_xmdlg.c \ |
50 | 173 src/gui_xmebw.c \ |
174 src/gui_xmebw.h \ | |
175 src/gui_xmebwp.h \ | |
7 | 176 src/gui_x11.c \ |
50 | 177 src/gui_x11_pm.h \ |
7 | 178 src/hangulin.c \ |
179 src/if_xcmdsrv.c \ | |
180 src/integration.c \ | |
181 src/integration.h \ | |
182 src/link.sh \ | |
40 | 183 src/installman.sh \ |
184 src/installml.sh \ | |
7 | 185 src/mkinstalldirs \ |
186 src/os_unix.c \ | |
187 src/os_unix.h \ | |
188 src/os_unixx.h \ | |
189 src/osdef.sh \ | |
190 src/osdef1.h.in \ | |
191 src/osdef2.h.in \ | |
192 src/pathdef.sh \ | |
193 src/proto/gui_athena.pro \ | |
194 src/proto/gui_gtk.pro \ | |
195 src/proto/gui_gtk_x11.pro \ | |
196 src/proto/gui_motif.pro \ | |
45 | 197 src/proto/gui_xmdlg.pro \ |
7 | 198 src/proto/gui_x11.pro \ |
199 src/proto/hangulin.pro \ | |
200 src/proto/if_xcmdsrv.pro \ | |
201 src/proto/os_unix.pro \ | |
202 src/proto/pty.pro \ | |
203 src/proto/workshop.pro \ | |
204 src/pty.c \ | |
205 src/testdir/Makefile \ | |
206 src/testdir/unix.vim \ | |
207 src/toolcheck \ | |
208 src/vim_icon.xbm \ | |
209 src/vim_mask.xbm \ | |
210 src/vimtutor \ | |
1585 | 211 src/gvimtutor \ |
7 | 212 src/which.sh \ |
213 src/workshop.c \ | |
214 src/workshop.h \ | |
215 src/wsdebug.c \ | |
216 src/wsdebug.h \ | |
217 src/xxd/Makefile \ | |
218 | |
219 # source files for both DOS and Unix | |
220 SRC_DOS_UNIX = \ | |
221 src/if_cscope.c \ | |
222 src/if_cscope.h \ | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
223 src/if_lua.c \ |
14 | 224 src/if_mzsch.c \ |
225 src/if_mzsch.h \ | |
7 | 226 src/if_perl.xs \ |
227 src/if_perlsfio.c \ | |
228 src/if_python.c \ | |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
229 src/if_python3.c \ |
2399
76f0c4918f5c
Move some common code from if_python.c and if_python3.c to if_py_both.h.
Bram Moolenaar <bram@vim.org>
parents:
2329
diff
changeset
|
230 src/if_py_both.h \ |
7 | 231 src/if_ruby.c \ |
574 | 232 src/if_sniff.h \ |
7 | 233 src/if_tcl.c \ |
234 src/proto/if_cscope.pro \ | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
235 src/proto/if_lua.pro \ |
14 | 236 src/proto/if_mzsch.pro \ |
7 | 237 src/proto/if_perl.pro \ |
238 src/proto/if_perlsfio.pro \ | |
239 src/proto/if_python.pro \ | |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
240 src/proto/if_python3.pro \ |
7 | 241 src/proto/if_ruby.pro \ |
242 src/proto/if_tcl.pro \ | |
243 src/typemap \ | |
244 | |
245 # source files for DOS (also in the extra archive) | |
246 SRC_DOS = \ | |
10 | 247 src/GvimExt/*.mak \ |
248 src/GvimExt/GvimExt.reg \ | |
249 src/GvimExt/Makefile \ | |
250 src/GvimExt/README.txt \ | |
251 src/GvimExt/gvimext.cpp \ | |
252 src/GvimExt/gvimext.def \ | |
253 src/GvimExt/gvimext.h \ | |
254 src/GvimExt/gvimext.inf \ | |
255 src/GvimExt/gvimext.rc \ | |
256 src/GvimExt/gvimext_ming.def \ | |
257 src/GvimExt/gvimext_ming.rc \ | |
258 src/GvimExt/resource.h \ | |
259 src/GvimExt/uninst.bat \ | |
7 | 260 README_srcdos.txt \ |
261 src/INSTALLpc.txt \ | |
262 src/Make_bc3.mak \ | |
263 src/Make_bc5.mak \ | |
264 src/Make_cyg.mak \ | |
265 src/Make_djg.mak \ | |
266 src/Make_ivc.mak \ | |
267 src/Make_dvc.mak \ | |
268 src/Make_ming.mak \ | |
269 src/Make_mvc.mak \ | |
270 src/Make_w16.mak \ | |
271 src/bigvim.bat \ | |
3845 | 272 src/bigvim64.bat \ |
714 | 273 src/msvcsetup.bat \ |
1648 | 274 src/msvc2008.bat \ |
2871 | 275 src/msvc2010.bat \ |
7 | 276 src/dimm.idl \ |
277 src/dlldata.c \ | |
278 src/dosinst.c \ | |
279 src/dosinst.h \ | |
280 src/glbl_ime.cpp \ | |
281 src/glbl_ime.h \ | |
282 src/gui_w16.c \ | |
283 src/gui_w32.c \ | |
284 src/gui_w48.c \ | |
285 src/guiw16rc.h \ | |
286 src/gui_w32_rc.h \ | |
287 src/if_ole.cpp \ | |
288 src/if_ole.h \ | |
289 src/if_ole.idl \ | |
290 src/iid_ole.c \ | |
291 src/os_dos.h \ | |
292 src/os_msdos.c \ | |
293 src/os_msdos.h \ | |
294 src/os_w32dll.c \ | |
295 src/os_w32exe.c \ | |
296 src/os_win16.c \ | |
297 src/os_win32.c \ | |
298 src/os_mswin.c \ | |
299 src/os_win16.h \ | |
300 src/os_win32.h \ | |
301 src/proto/gui_w16.pro \ | |
302 src/proto/gui_w32.pro \ | |
303 src/proto/if_ole.pro \ | |
304 src/proto/os_msdos.pro \ | |
305 src/proto/os_win16.pro \ | |
306 src/proto/os_win32.pro \ | |
307 src/proto/os_mswin.pro \ | |
308 src/testdir/Make_dos.mak \ | |
1724 | 309 src/testdir/Make_ming.mak \ |
7 | 310 src/testdir/dos.vim \ |
311 src/uninstal.c \ | |
312 src/vim.def \ | |
313 src/vim.rc \ | |
714 | 314 src/vimio.h \ |
7 | 315 src/gvim.exe.mnf \ |
316 src/vim16.def \ | |
317 src/vim16.rc \ | |
318 src/vimrun.c \ | |
319 src/vimtbar.h \ | |
320 src/xpm_w32.c \ | |
321 src/xpm_w32.h \ | |
322 src/xxd/Make_bc3.mak \ | |
323 src/xxd/Make_bc5.mak \ | |
324 src/xxd/Make_cyg.mak \ | |
325 src/xxd/Make_djg.mak \ | |
3110 | 326 src/xxd/Make_ming.mak \ |
7 | 327 src/xxd/Make_mvc.mak \ |
328 nsis/gvim.nsi \ | |
329 nsis/README.txt \ | |
330 uninstal.txt \ | |
331 src/VisVim/Commands.cpp \ | |
332 src/VisVim/Commands.h \ | |
333 src/VisVim/DSAddIn.cpp \ | |
334 src/VisVim/DSAddIn.h \ | |
335 src/VisVim/OleAut.cpp \ | |
336 src/VisVim/OleAut.h \ | |
337 src/VisVim/README_VisVim.txt \ | |
338 src/VisVim/Reg.cpp \ | |
339 src/VisVim/Register.bat \ | |
340 src/VisVim/Resource.h \ | |
341 src/VisVim/StdAfx.cpp \ | |
342 src/VisVim/StdAfx.h \ | |
343 src/VisVim/UnRegist.bat \ | |
344 src/VisVim/VisVim.cpp \ | |
345 src/VisVim/VisVim.def \ | |
346 src/VisVim/VisVim.mak \ | |
347 src/VisVim/VisVim.h \ | |
348 src/VisVim/VisVim.odl \ | |
349 src/VisVim/VisVim.rc \ | |
350 src/VisVim/VsReadMe.txt \ | |
351 | |
352 # source files for DOS without CR/LF translation (also in the extra archive) | |
353 SRC_DOS_BIN = \ | |
179 | 354 src/VisVim/Res/*.bmp \ |
7 | 355 src/tearoff.bmp \ |
356 src/tools.bmp \ | |
357 src/tools16.bmp \ | |
358 src/vim*.ico \ | |
359 src/vim.tlb \ | |
360 src/vimtbar.lib \ | |
3762 | 361 src/xpm/COPYRIGHT \ |
362 src/xpm/README.txt \ | |
363 src/xpm/include/*.h \ | |
3845 | 364 src/xpm/x64/lib/libXpm.a \ |
3762 | 365 src/xpm/x64/lib/libXpm.lib \ |
366 src/xpm/x86/lib/libXpm.a \ | |
367 src/xpm/x86/lib/libXpm.lib \ | |
7 | 368 src/vimtbar.dll \ |
805 | 369 nsis/icons/*.bmp \ |
370 nsis/icons/*.ico \ | |
7 | 371 |
372 # source files for Amiga, DOS, etc. (also in the extra archive) | |
373 SRC_AMI_DOS = \ | |
374 | |
375 # source files for Amiga (also in the extra archive) | |
376 SRC_AMI = \ | |
377 README_amisrc.txt \ | |
378 README_amisrc.txt.info \ | |
379 src.info \ | |
380 src/INSTALLami.txt \ | |
381 src/Make_dice.mak \ | |
382 src/Make_manx.mak \ | |
383 src/Make_morph.mak \ | |
384 src/Make_sas.mak \ | |
385 src/os_amiga.c \ | |
386 src/os_amiga.h \ | |
387 src/proto/os_amiga.pro \ | |
388 src/testdir/Make_amiga.mak \ | |
389 src/testdir/amiga.vim \ | |
390 src/xxd/Make_amiga.mak \ | |
391 | |
392 # source files for the Mac (also in the extra archive) | |
393 SRC_MAC = \ | |
394 src/INSTALLmac.txt \ | |
395 src/dehqx.py \ | |
396 src/gui_mac.c \ | |
819 | 397 src/os_mac_rsrc/*.icns \ |
18 | 398 src/os_mac.h \ |
399 src/os_mac.rsr.hqx \ | |
400 src/os_mac_conv.c \ | |
2309
543ea69d037f
Add clipboard support in Mac console. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2180
diff
changeset
|
401 src/os_macosx.m \ |
7 | 402 src/proto/gui_mac.pro \ |
501 | 403 src/proto/os_mac_conv.pro \ |
7 | 404 |
405 # source files for VMS (in the extra archive) | |
406 SRC_VMS = \ | |
407 src/INSTALLvms.txt \ | |
408 src/Make_vms.mms \ | |
409 src/gui_gtk_vms.h \ | |
410 src/os_vms.c \ | |
411 src/os_vms_conf.h \ | |
412 src/os_vms_mms.c \ | |
413 src/proto/os_vms.pro \ | |
414 src/testdir/Make_vms.mms \ | |
415 src/testdir/vms.vim \ | |
416 src/xxd/Make_vms.mms \ | |
417 vimtutor.com \ | |
418 | |
419 # source files for OS/2 (in the extra archive) | |
420 SRC_OS2 = \ | |
421 src/Make_os2.mak \ | |
422 src/os_os2_cfg.h \ | |
423 src/testdir/Make_os2.mak \ | |
424 src/testdir/todos.vim \ | |
425 src/testdir/os2.vim \ | |
426 src/xxd/Make_os2.mak \ | |
427 | |
428 # source files for QNX (in the extra archive) | |
429 SRC_QNX = \ | |
430 src/os_qnx.c \ | |
431 src/os_qnx.h \ | |
432 src/gui_photon.c \ | |
433 src/proto/gui_photon.pro \ | |
434 src/proto/os_qnx.pro \ | |
435 | |
436 | |
437 # source files for the extra archive (all sources that are not for Unix) | |
438 SRC_EXTRA = \ | |
439 $(SRC_AMI) \ | |
440 $(SRC_AMI_DOS) \ | |
441 $(SRC_DOS) \ | |
442 $(SRC_DOS_BIN) \ | |
443 $(SRC_MAC) \ | |
444 $(SRC_OS2) \ | |
445 $(SRC_QNX) \ | |
446 $(SRC_VMS) \ | |
447 README_os390.txt \ | |
448 src/Make_mint.mak \ | |
449 src/if_sniff.c \ | |
450 src/infplist.xml \ | |
451 src/link.390 \ | |
452 src/os_beos.c \ | |
453 src/os_beos.h \ | |
454 src/os_beos.rsrc \ | |
4174 | 455 src/proto/os_beos.pro \ |
7 | 456 src/os_mint.h \ |
457 src/os_vms_fix.com \ | |
458 src/toolbar.phi \ | |
459 | |
460 # runtime files for all distributions | |
461 RT_ALL = \ | |
462 README.txt \ | |
463 runtime/bugreport.vim \ | |
464 runtime/doc/*.awk \ | |
465 runtime/doc/*.pl \ | |
466 runtime/doc/*.txt \ | |
467 runtime/doc/Makefile \ | |
468 runtime/doc/doctags.c \ | |
469 runtime/doc/vim.1 \ | |
470 runtime/doc/evim.1 \ | |
471 runtime/doc/vimdiff.1 \ | |
472 runtime/doc/vimtutor.1 \ | |
473 runtime/doc/xxd.1 \ | |
474 runtime/ftoff.vim \ | |
475 runtime/gvimrc_example.vim \ | |
476 runtime/macros/README.txt \ | |
477 runtime/macros/dvorak \ | |
590 | 478 runtime/macros/editexisting.vim \ |
7 | 479 runtime/macros/hanoi/click.me \ |
480 runtime/macros/hanoi/hanoi.vim \ | |
481 runtime/macros/hanoi/poster \ | |
482 runtime/macros/justify.vim \ | |
3685 | 483 runtime/macros/less.bat \ |
7 | 484 runtime/macros/less.sh \ |
485 runtime/macros/less.vim \ | |
486 runtime/macros/life/click.me \ | |
487 runtime/macros/life/life.vim \ | |
488 runtime/macros/matchit.vim \ | |
489 runtime/macros/matchit.txt \ | |
490 runtime/macros/maze/README.txt \ | |
491 runtime/macros/maze/[mM]akefile \ | |
492 runtime/macros/maze/main.aap \ | |
493 runtime/macros/maze/maze.c \ | |
494 runtime/macros/maze/maze_5.78 \ | |
495 runtime/macros/maze/maze_mac \ | |
496 runtime/macros/maze/mazeansi.c \ | |
497 runtime/macros/maze/mazeclean.c \ | |
498 runtime/macros/maze/poster \ | |
499 runtime/macros/shellmenu.vim \ | |
500 runtime/macros/swapmous.vim \ | |
501 runtime/macros/urm/README.txt \ | |
502 runtime/macros/urm/examples \ | |
503 runtime/macros/urm/urm \ | |
504 runtime/macros/urm/urm.vim \ | |
505 runtime/mswin.vim \ | |
506 runtime/evim.vim \ | |
507 runtime/optwin.vim \ | |
508 runtime/ftplugin.vim \ | |
509 runtime/ftplugof.vim \ | |
510 runtime/indent.vim \ | |
511 runtime/indoff.vim \ | |
512 runtime/termcap \ | |
513 runtime/tools/README.txt \ | |
514 runtime/tools/[a-z]*[a-z0-9] \ | |
515 runtime/tutor/README.txt \ | |
516 runtime/tutor/tutor \ | |
517 runtime/tutor/tutor.vim \ | |
518 runtime/vimrc_example.vim \ | |
519 | |
520 # runtime files for all distributions without CR-NL translation | |
521 RT_ALL_BIN = \ | |
522 runtime/doc/tags \ | |
523 runtime/print/*.ps \ | |
524 | |
525 # runtime script files | |
526 RT_SCRIPTS = \ | |
527 runtime/filetype.vim \ | |
528 runtime/scripts.vim \ | |
529 runtime/menu.vim \ | |
719 | 530 runtime/macmap.vim \ |
7 | 531 runtime/delmenu.vim \ |
532 runtime/synmenu.vim \ | |
533 runtime/makemenu.vim \ | |
446 | 534 runtime/autoload/*.vim \ |
535 runtime/autoload/README.txt \ | |
827 | 536 runtime/autoload/xml/*.vim \ |
7 | 537 runtime/colors/*.vim \ |
538 runtime/colors/README.txt \ | |
539 runtime/compiler/*.vim \ | |
540 runtime/compiler/README.txt \ | |
541 runtime/indent/*.vim \ | |
542 runtime/indent/README.txt \ | |
543 runtime/ftplugin/*.vim \ | |
1668 | 544 runtime/ftplugin/logtalk.dict \ |
7 | 545 runtime/ftplugin/README.txt \ |
546 runtime/plugin/*.vim \ | |
547 runtime/plugin/README.txt \ | |
548 runtime/syntax/*.vim \ | |
549 runtime/syntax/README.txt \ | |
550 | |
551 # Unix runtime | |
552 RT_UNIX = \ | |
553 README_unix.txt \ | |
11 | 554 runtime/hi16-action-make.png \ |
555 runtime/hi22-action-make.png \ | |
7 | 556 runtime/vim16x16.png \ |
557 runtime/vim16x16.xpm \ | |
558 runtime/vim32x32.png \ | |
559 runtime/vim32x32.xpm \ | |
560 runtime/vim48x48.png \ | |
561 runtime/vim48x48.xpm \ | |
562 | |
563 # Unix and DOS runtime without CR-LF translation | |
564 RT_UNIX_DOS_BIN = \ | |
565 runtime/vim16x16.gif \ | |
566 runtime/vim32x32.gif \ | |
567 runtime/vim48x48.gif \ | |
568 | |
569 # runtime not for unix or extra | |
570 RT_NO_UNIX = \ | |
571 | |
572 # runtime for Amiga (also in the extra archive) | |
573 RT_AMI_DOS = \ | |
574 runtime/doc/vim.man \ | |
575 runtime/doc/vimdiff.man \ | |
576 runtime/doc/vimtutor.man \ | |
577 runtime/doc/xxd.man \ | |
578 | |
579 # DOS runtime (also in the extra archive) | |
580 RT_DOS = \ | |
581 README_dos.txt \ | |
582 runtime/rgb.txt \ | |
583 vimtutor.bat \ | |
584 | |
585 # DOS runtime without CR-LF translation (also in the extra archive) | |
586 RT_DOS_BIN = \ | |
587 runtime/vimlogo.cdr \ | |
588 runtime/vimlogo.eps \ | |
589 runtime/vimlogo.gif \ | |
590 runtime/vimlogo.pdf \ | |
591 | |
592 # Amiga runtime (also in the extra archive) | |
593 RT_AMI = \ | |
594 README.txt.info \ | |
595 README_ami.txt \ | |
596 README_ami.txt.info \ | |
597 libs/arp.library \ | |
598 runtime/doc.info \ | |
599 runtime/doc/*.info \ | |
1181 | 600 runtime/icons/README.txt \ |
601 runtime/icons/*.info \ | |
7 | 602 runtime/icons.info \ |
603 runtime/macros.info \ | |
604 runtime/macros/*.info \ | |
605 runtime/macros/hanoi/*.info \ | |
606 runtime/macros/life/*.info \ | |
607 runtime/macros/maze/*.info \ | |
608 runtime/macros/urm/*.info \ | |
609 runtime/tools.info \ | |
610 runtime/tutor.info \ | |
611 runtime/tutor/*.info \ | |
612 | |
613 # runtime files in extra archive | |
614 RT_EXTRA = \ | |
615 $(RT_AMI) \ | |
616 $(RT_AMI_DOS) \ | |
617 $(RT_DOS) \ | |
618 $(RT_DOS_BIN) \ | |
619 README_mac.txt \ | |
620 | |
621 # included in all Amiga archives | |
622 ROOT_AMI = \ | |
623 Contents \ | |
624 Contents.info \ | |
625 runtime.info \ | |
626 vimdir.info \ | |
627 | |
628 # root files for the extra archive | |
629 ROOT_EXTRA = \ | |
630 $(ROOT_AMI) \ | |
631 | |
632 # files for Amiga small binary (also in extra archive) | |
633 BIN_AMI = \ | |
634 README_amibin.txt \ | |
635 README_amibin.txt.info \ | |
636 Vim.info \ | |
637 Xxd.info \ | |
638 | |
639 # files for DOS binary (also in extra archive) | |
640 BIN_DOS = \ | |
641 README_bindos.txt \ | |
642 uninstal.txt \ | |
643 | |
644 # files for Win32 OLE binary (also in extra archive) | |
645 BIN_OLE = \ | |
646 README_ole.txt \ | |
647 | |
648 # files for Win32s binary (also in extra archive) | |
649 BIN_W32S = \ | |
650 README_w32s.txt \ | |
651 | |
652 # files for VMS binary (also in extra archive) | |
653 BIN_VMS = \ | |
654 README_vms.txt \ | |
655 | |
656 # files for OS/2 binary (also in extra archive) | |
657 BIN_OS2 = \ | |
658 README_os2.txt \ | |
659 | |
660 # binary files for extra archive | |
661 BIN_EXTRA = \ | |
662 $(BIN_AMI) \ | |
663 $(BIN_DOS) \ | |
664 $(BIN_OLE) \ | |
665 $(BIN_W32S) \ | |
666 $(BIN_VMS) \ | |
667 $(BIN_OS2) \ | |
668 | |
669 # all files for extra archive | |
670 EXTRA = \ | |
671 $(BIN_EXTRA) \ | |
672 $(ROOT_EXTRA) \ | |
673 $(RT_EXTRA) \ | |
674 $(SRC_EXTRA) \ | |
675 README_extra.txt \ | |
676 src/VisVim/VisVim.dll \ | |
1181 | 677 farsi/README.txt \ |
1217 | 678 farsi/fonts/*/far-* \ |
7 | 679 runtime/vimlogo.xpm \ |
680 src/swis.s \ | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2044
diff
changeset
|
681 src/tee/Makefile \ |
7 | 682 src/tee/tee.c \ |
683 csdpmi4b.zip \ | |
684 | |
685 # generic language files | |
686 LANG_GEN = \ | |
3685 | 687 runtime/doc/*-de.1 \ |
688 runtime/doc/*-de.UTF-8.1 \ | |
237 | 689 runtime/doc/*-fr.1 \ |
690 runtime/doc/*-fr.UTF-8.1 \ | |
40 | 691 runtime/doc/*-it.1 \ |
221 | 692 runtime/doc/*-it.UTF-8.1 \ |
809 | 693 runtime/doc/*-pl.1 \ |
694 runtime/doc/*-pl.UTF-8.1 \ | |
221 | 695 runtime/doc/*-ru.1 \ |
696 runtime/doc/*-ru.UTF-8.1 \ | |
7 | 697 runtime/lang/README.txt \ |
698 runtime/lang/menu_*.vim \ | |
699 runtime/keymap/README.txt \ | |
700 runtime/keymap/*.vim \ | |
701 runtime/tutor/README.*.txt \ | |
702 runtime/tutor/Makefile \ | |
1648 | 703 runtime/tutor/tutor.utf-8 \ |
7 | 704 runtime/tutor/tutor.?? \ |
3848 | 705 runtime/tutor/tutor.??.utf-8 \ |
706 runtime/tutor/tutor.??.euc \ | |
707 runtime/tutor/tutor.??.sjis \ | |
708 runtime/tutor/tutor.??.iso9 \ | |
709 runtime/tutor/tutor.??.big5 \ | |
710 runtime/tutor/tutor.??.cp1250 \ | |
711 runtime/tutor/tutor.??.cp1251 \ | |
712 runtime/tutor/tutor.??.cp737 \ | |
713 runtime/tutor/tutor.??_??.utf-8 \ | |
2730 | 714 runtime/tutor/tutor.bar \ |
3848 | 715 runtime/tutor/tutor.bar.utf-8 \ |
237 | 716 runtime/spell/README.txt \ |
388 | 717 runtime/spell/??/*.diff \ |
718 runtime/spell/??/main.aap \ | |
2044
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
719 runtime/spell/tet/*.diff \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
720 runtime/spell/tet/main.aap \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
721 runtime/spell/check/main.aap \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
722 runtime/spell/check/*.aff \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
723 runtime/spell/check/*.dic \ |
477 | 724 runtime/spell/yi/README.txt \ |
388 | 725 runtime/spell/main.aap \ |
488 | 726 runtime/spell/*.vim \ |
242 | 727 |
728 # generic language files, binary | |
729 LANG_GEN_BIN = \ | |
446 | 730 runtime/spell/README_en.txt \ |
242 | 731 runtime/spell/en.ascii.spl \ |
237 | 732 runtime/spell/en.latin1.spl \ |
733 runtime/spell/en.utf-8.spl \ | |
625 | 734 runtime/spell/en.ascii.sug \ |
735 runtime/spell/en.latin1.sug \ | |
736 runtime/spell/en.utf-8.sug \ | |
7 | 737 |
738 # all files for lang archive | |
739 LANG_SRC = \ | |
740 src/po/README.txt \ | |
741 src/po/README_mingw.txt \ | |
742 src/po/README_mvc.txt \ | |
461 | 743 src/po/check.vim \ |
7 | 744 src/po/cleanup.vim \ |
745 src/po/Makefile \ | |
389 | 746 src/po/Make_cyg.mak \ |
7 | 747 src/po/Make_ming.mak \ |
748 src/po/Make_mvc.mak \ | |
749 src/po/sjiscorr.c \ | |
750 src/po/*.po \ | |
751 | |
752 # the language files for the Win32 lang archive | |
753 LANG_DOS = \ | |
754 src/po/*.mo \ | |
755 | |
756 # vim: set ft=make: |