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