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