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