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