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