xref: /vim-8.2.3635/Filelist (revision cf2d8dee)
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/vimtbar.h \
341		src/xpm_w32.c \
342		src/xpm_w32.h \
343		src/xxd/Make_bc5.mak \
344		src/xxd/Make_ming.mak \
345		src/xxd/Make_mvc.mak \
346		nsis/gvim.nsi \
347		nsis/gvim_version.nsh \
348		nsis/README.txt \
349		uninstal.txt \
350		src/VisVim/Commands.cpp \
351		src/VisVim/Commands.h \
352		src/VisVim/DSAddIn.cpp \
353		src/VisVim/DSAddIn.h \
354		src/VisVim/OleAut.cpp \
355		src/VisVim/OleAut.h \
356		src/VisVim/README_VisVim.txt \
357		src/VisVim/Reg.cpp \
358		src/VisVim/Register.bat \
359		src/VisVim/Resource.h \
360		src/VisVim/StdAfx.cpp \
361		src/VisVim/StdAfx.h \
362		src/VisVim/UnRegist.bat \
363		src/VisVim/VisVim.cpp \
364		src/VisVim/VisVim.def \
365		src/VisVim/VisVim.mak \
366		src/VisVim/VisVim.h \
367		src/VisVim/VisVim.odl \
368		src/VisVim/VisVim.rc \
369		src/VisVim/VsReadMe.txt \
370
371# source files for DOS without CR/LF translation (also in the extra archive)
372SRC_DOS_BIN =	\
373		src/VisVim/Res/*.bmp \
374		src/tearoff.bmp \
375		src/tools.bmp \
376		src/vim*.ico \
377		src/vim.tlb \
378		src/vimtbar.lib \
379		src/xpm/COPYRIGHT \
380		src/xpm/README.txt \
381		src/xpm/include/*.h \
382		src/xpm/x64/lib/libXpm.a \
383		src/xpm/x64/lib/libXpm.lib \
384		src/xpm/x86/lib/libXpm.a \
385		src/xpm/x86/lib/libXpm.lib \
386		src/vimtbar.dll \
387		nsis/icons/*.bmp \
388		nsis/icons/*.ico \
389
390# source files for Amiga, DOS, etc. (also in the extra archive)
391SRC_AMI_DOS =	\
392
393# source files for Amiga (also in the extra archive)
394SRC_AMI =	\
395		README_amisrc.txt \
396		README_amisrc.txt.info \
397		src.info \
398		src/INSTALLami.txt \
399		src/Make_dice.mak \
400		src/Make_manx.mak \
401		src/Make_morph.mak \
402		src/Make_sas.mak \
403		src/os_amiga.c \
404		src/os_amiga.h \
405		src/proto/os_amiga.pro \
406		src/testdir/Make_amiga.mak \
407		src/testdir/amiga.vim \
408		src/xxd/Make_amiga.mak \
409
410# source files for the Mac (also in the extra archive)
411SRC_MAC =	\
412		src/INSTALLmac.txt \
413		src/dehqx.py \
414		src/gui_mac.c \
415		src/os_mac_rsrc/*.icns \
416		src/os_mac.h \
417		src/os_mac.rsr.hqx \
418		src/os_mac_conv.c \
419		src/os_macosx.m \
420		src/proto/gui_mac.pro \
421		src/proto/os_mac_conv.pro \
422
423# source files for VMS (in the extra archive)
424SRC_VMS =	\
425		src/INSTALLvms.txt \
426		src/Make_vms.mms \
427		src/gui_gtk_vms.h \
428		src/os_vms.c \
429		src/os_vms_conf.h \
430		src/os_vms_mms.c \
431		src/proto/os_vms.pro \
432		src/testdir/Make_vms.mms \
433		src/testdir/vms.vim \
434		src/xxd/Make_vms.mms \
435		vimtutor.com \
436
437# source files for QNX (in the extra archive)
438SRC_QNX =	\
439		src/os_qnx.c \
440		src/os_qnx.h \
441		src/gui_photon.c \
442		src/proto/gui_photon.pro \
443		src/proto/os_qnx.pro \
444
445
446# source files for the extra archive (all sources that are not for Unix)
447SRC_EXTRA =	\
448		$(SRC_AMI) \
449		$(SRC_AMI_DOS) \
450		$(SRC_DOS) \
451		$(SRC_DOS_BIN) \
452		$(SRC_MAC) \
453		$(SRC_QNX) \
454		$(SRC_VMS) \
455		README_os390.txt \
456		src/Make_mint.mak \
457		src/infplist.xml \
458		src/link.390 \
459		src/os_beos.c \
460		src/os_beos.h \
461		src/os_beos.rsrc \
462		src/proto/os_beos.pro \
463		src/os_mint.h \
464		src/os_vms_fix.com \
465		src/toolbar.phi \
466
467# runtime files for all distributions
468RT_ALL =	\
469		README.txt \
470		README.md \
471		CONTRIBUTING.md \
472		runtime/bugreport.vim \
473		runtime/doc/*.awk \
474		runtime/doc/*.pl \
475		runtime/doc/*.txt \
476		runtime/doc/Makefile \
477		runtime/doc/doctags.c \
478		runtime/doc/vim.1 \
479		runtime/doc/evim.1 \
480		runtime/doc/vimdiff.1 \
481		runtime/doc/vimtutor.1 \
482		runtime/doc/xxd.1 \
483		runtime/ftoff.vim \
484		runtime/gvimrc_example.vim \
485		runtime/macros/README.txt \
486		runtime/macros/editexisting.vim \
487		runtime/macros/hanoi/click.me \
488		runtime/macros/hanoi/hanoi.vim \
489		runtime/macros/hanoi/poster \
490		runtime/macros/justify.vim \
491		runtime/macros/less.bat \
492		runtime/macros/less.sh \
493		runtime/macros/less.vim \
494		runtime/macros/life/click.me \
495		runtime/macros/life/life.vim \
496		runtime/macros/matchit.vim \
497		runtime/macros/maze/README.txt \
498		runtime/macros/maze/[mM]akefile \
499		runtime/macros/maze/main.aap \
500		runtime/macros/maze/maze.c \
501		runtime/macros/maze/maze_5.78 \
502		runtime/macros/maze/maze_mac \
503		runtime/macros/maze/mazeansi.c \
504		runtime/macros/maze/mazeclean.c \
505		runtime/macros/maze/poster \
506		runtime/macros/shellmenu.vim \
507		runtime/macros/swapmous.vim \
508		runtime/macros/urm/README.txt \
509		runtime/macros/urm/examples \
510		runtime/macros/urm/urm \
511		runtime/macros/urm/urm.vim \
512		runtime/mswin.vim \
513		runtime/evim.vim \
514		runtime/optwin.vim \
515		runtime/ftplugin.vim \
516		runtime/ftplugof.vim \
517		runtime/indent.vim \
518		runtime/indoff.vim \
519		runtime/termcap \
520		runtime/tools/README.txt \
521		runtime/tools/[a-z]*[a-z0-9] \
522		runtime/tutor/README.txt \
523		runtime/tutor/tutor \
524		runtime/tutor/tutor.vim \
525		runtime/vimrc_example.vim \
526		runtime/pack/dist/opt/dvorak/plugin/dvorak.vim \
527		runtime/pack/dist/opt/dvorak/dvorak/enable.vim \
528		runtime/pack/dist/opt/dvorak/dvorak/disable.vim \
529		runtime/pack/dist/opt/editexisting/plugin/editexisting.vim \
530		runtime/pack/dist/opt/justify/plugin/justify.vim \
531		runtime/pack/dist/opt/matchit/plugin/matchit.vim \
532		runtime/pack/dist/opt/matchit/doc/matchit.txt \
533		runtime/pack/dist/opt/matchit/doc/tags \
534
535# runtime files for all distributions without CR-NL translation
536RT_ALL_BIN =	\
537		runtime/doc/tags \
538		runtime/print/*.ps \
539
540# runtime script files
541RT_SCRIPTS =	\
542		runtime/filetype.vim \
543		runtime/scripts.vim \
544		runtime/menu.vim \
545		runtime/macmap.vim \
546		runtime/delmenu.vim \
547		runtime/synmenu.vim \
548		runtime/makemenu.vim \
549		runtime/autoload/*.vim \
550		runtime/autoload/README.txt \
551		runtime/autoload/xml/*.vim \
552		runtime/colors/*.vim \
553		runtime/colors/README.txt \
554		runtime/compiler/*.vim \
555		runtime/compiler/README.txt \
556		runtime/indent/*.vim \
557		runtime/indent/README.txt \
558		runtime/ftplugin/*.vim \
559		runtime/ftplugin/logtalk.dict \
560		runtime/ftplugin/README.txt \
561		runtime/plugin/*.vim \
562		runtime/plugin/README.txt \
563		runtime/syntax/*.vim \
564		runtime/syntax/README.txt \
565
566# Unix runtime
567RT_UNIX =	\
568		README_unix.txt \
569		runtime/hi16-action-make.png \
570		runtime/hi22-action-make.png \
571		runtime/vim16x16.png \
572		runtime/vim16x16.xpm \
573		runtime/vim32x32.png \
574		runtime/vim32x32.xpm \
575		runtime/vim48x48.png \
576		runtime/vim48x48.xpm \
577		runtime/gvim.desktop \
578		runtime/vim.desktop \
579
580# Unix and DOS runtime without CR-LF translation
581RT_UNIX_DOS_BIN =	\
582		runtime/vim16x16.gif \
583		runtime/vim32x32.gif \
584		runtime/vim48x48.gif \
585
586# runtime not for unix or extra
587RT_NO_UNIX =	\
588
589# runtime for Amiga (also in the extra archive)
590RT_AMI_DOS =	\
591		runtime/doc/vim.man \
592		runtime/doc/vimdiff.man \
593		runtime/doc/vimtutor.man \
594		runtime/doc/xxd.man \
595
596# DOS runtime (also in the extra archive)
597RT_DOS =	\
598		README_dos.txt \
599		runtime/rgb.txt \
600		vimtutor.bat \
601
602# DOS runtime without CR-LF translation (also in the extra archive)
603RT_DOS_BIN =	\
604		runtime/vimlogo.cdr \
605		runtime/vimlogo.eps \
606		runtime/vimlogo.gif \
607		runtime/vimlogo.pdf \
608
609# Amiga runtime (also in the extra archive)
610RT_AMI =	\
611		README.txt.info \
612		README_ami.txt \
613		README_ami.txt.info \
614		runtime/doc.info \
615		runtime/doc/*.info \
616		runtime/icons/README.txt \
617		runtime/icons/*.info \
618		runtime/icons.info \
619		runtime/macros.info \
620		runtime/macros/*.info \
621		runtime/macros/hanoi/*.info \
622		runtime/macros/life/*.info \
623		runtime/macros/maze/*.info \
624		runtime/macros/urm/*.info \
625		runtime/tools.info \
626		runtime/tutor.info \
627		runtime/tutor/*.info \
628
629# runtime files in extra archive
630RT_EXTRA =	\
631		$(RT_AMI) \
632		$(RT_AMI_DOS) \
633		$(RT_DOS) \
634		$(RT_DOS_BIN) \
635		README_mac.txt \
636
637# included in all Amiga archives
638ROOT_AMI =	\
639		Contents \
640		Contents.info \
641		runtime.info \
642		vimdir.info \
643
644# root files for the extra archive
645ROOT_EXTRA =	\
646		$(ROOT_AMI) \
647
648# files for Amiga small binary (also in extra archive)
649BIN_AMI =	\
650		README_amibin.txt \
651		README_amibin.txt.info \
652		Vim.info \
653		Xxd.info \
654
655# files for DOS binary (also in extra archive)
656BIN_DOS =	\
657		README_bindos.txt \
658		uninstal.txt \
659
660# files for Win32 OLE binary (also in extra archive)
661BIN_OLE =	\
662		README_ole.txt \
663
664# files for Win32s binary (also in extra archive)
665BIN_W32S =	\
666		README_w32s.txt \
667
668# files for VMS binary (also in extra archive)
669BIN_VMS =	\
670		README_vms.txt \
671
672# files for OS/2 binary (also in extra archive)
673BIN_OS2 =	\
674		README_os2.txt \
675
676# binary files for extra archive
677BIN_EXTRA =	\
678		$(BIN_AMI) \
679		$(BIN_DOS) \
680		$(BIN_OLE) \
681		$(BIN_W32S) \
682		$(BIN_VMS) \
683		$(BIN_OS2) \
684
685# all files for extra archive
686EXTRA =		\
687		$(BIN_EXTRA) \
688		$(ROOT_EXTRA) \
689		$(RT_EXTRA) \
690		$(SRC_EXTRA) \
691		README_extra.txt \
692		src/VisVim/VisVim.dll \
693		farsi/README.txt \
694		farsi/fonts/*/far-* \
695		runtime/vimlogo.xpm \
696		src/swis.s \
697		src/tee/Makefile \
698		src/tee/Make_mvc.mak \
699		src/tee/tee.c \
700
701# files in READMEdir that are included from the top dir
702IN_README_DIR = \
703		README.txt.info \
704		README_ami.txt \
705		README_ami.txt.info \
706		README_amibin.txt \
707		README_amibin.txt.info \
708		README_amisrc.txt \
709		README_amisrc.txt.info \
710		README_bindos.txt \
711		README_dos.txt \
712		README_extra.txt \
713		README_mac.txt \
714		README_ole.txt \
715		README_os2.txt \
716		README_os390.txt \
717		README_src.txt \
718		README_srcdos.txt \
719		README_unix.txt \
720		README_vms.txt \
721		README_w32s.txt \
722		Contents \
723		Contents.info \
724		Vim.info \
725		Xxd.info \
726		runtime.info \
727		src.info \
728		vimdir.info \
729
730# generic language files
731LANG_GEN = \
732		runtime/doc/*-de.1 \
733		runtime/doc/*-de.UTF-8.1 \
734		runtime/doc/*-fr.1 \
735		runtime/doc/*-fr.UTF-8.1 \
736		runtime/doc/*-it.1 \
737		runtime/doc/*-it.UTF-8.1 \
738		runtime/doc/*-ja.UTF-8.1 \
739		runtime/doc/*-pl.1 \
740		runtime/doc/*-pl.UTF-8.1 \
741		runtime/doc/*-ru.1 \
742		runtime/doc/*-ru.UTF-8.1 \
743		runtime/lang/README.txt \
744		runtime/lang/menu_*.vim \
745		runtime/keymap/README.txt \
746		runtime/keymap/*.vim \
747		runtime/tutor/README.*.txt \
748		runtime/tutor/Makefile \
749		runtime/tutor/tutor.utf-8 \
750		runtime/tutor/tutor.?? \
751		runtime/tutor/tutor.??.utf-8 \
752		runtime/tutor/tutor.??.euc \
753		runtime/tutor/tutor.??.sjis \
754		runtime/tutor/tutor.??.iso9 \
755		runtime/tutor/tutor.??.big5 \
756		runtime/tutor/tutor.??.cp1250 \
757		runtime/tutor/tutor.??.cp1251 \
758		runtime/tutor/tutor.??.cp737 \
759		runtime/tutor/tutor.??_??.utf-8 \
760		runtime/tutor/tutor.bar \
761		runtime/tutor/tutor.bar.utf-8 \
762		runtime/spell/README.txt \
763		runtime/spell/??/*.diff \
764		runtime/spell/??/main.aap \
765		runtime/spell/tet/*.diff \
766		runtime/spell/tet/main.aap \
767		runtime/spell/check/main.aap \
768		runtime/spell/check/*.aff \
769		runtime/spell/check/*.dic \
770		runtime/spell/yi/README.txt \
771		runtime/spell/main.aap \
772		runtime/spell/*.vim \
773
774# generic language files, binary
775LANG_GEN_BIN = \
776		runtime/spell/README_en.txt \
777		runtime/spell/en.ascii.spl \
778		runtime/spell/en.latin1.spl \
779		runtime/spell/en.utf-8.spl \
780		runtime/spell/en.ascii.sug \
781		runtime/spell/en.latin1.sug \
782		runtime/spell/en.utf-8.sug \
783
784# all files for lang archive
785LANG_SRC = \
786		src/po/README.txt \
787		src/po/README_mingw.txt \
788		src/po/README_mvc.txt \
789		src/po/check.vim \
790		src/po/cleanup.vim \
791		src/po/Makefile \
792		src/po/Make_cyg.mak \
793		src/po/Make_ming.mak \
794		src/po/Make_mvc.mak \
795		src/po/sjiscorr.c \
796		src/po/*.po \
797
798# the language files for the Win32 lang archive
799LANG_DOS = \
800		src/po/*.mo \
801
802# vim: set ft=make:
803