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