annotate Filelist @ 32669:448aef880252

normalize line endings
author Christian Brabandt <cb@256bit.org>
date Mon, 26 Jun 2023 09:54:34 +0200
parents 92b93fe443e9
children 695b50472e85
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32669
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1 # List of distributed Vim files.
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
2 # Used by Makefile.
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
3
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
4 # source files for all source archives
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
5 SRC_ALL = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
6 .cirrus.yml \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
7 .coveralls.yml \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
8 .gitattributes \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
9 .github/CODEOWNERS \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
10 .github/ISSUE_TEMPLATE/bug_report.yml \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
11 .github/ISSUE_TEMPLATE/feature_request.md \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
12 .github/workflows/ci.yml \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
13 .github/workflows/codeql-analysis.yml \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
14 .github/workflows/coverity.yml \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
15 .github/dependabot.yml \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
16 .gitignore \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
17 .hgignore \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
18 .appveyor.yml \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
19 .codecov.yml \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
20 ci/appveyor.bat \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
21 ci/config.mk*.sed \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
22 ci/if_ver*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
23 ci/setup-xvfb.sh \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
24 src/Make_all.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
25 src/README.md \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
26 src/alloc.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
27 src/alloc.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
28 src/arabic.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
29 src/arglist.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
30 src/ascii.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
31 src/autocmd.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
32 src/beval.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
33 src/beval.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
34 src/blob.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
35 src/blowfish.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
36 src/buffer.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
37 src/bufwrite.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
38 src/change.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
39 src/channel.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
40 src/charset.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
41 src/cindent.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
42 src/clientserver.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
43 src/clipboard.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
44 src/cmdexpand.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
45 src/cmdhist.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
46 src/crypt.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
47 src/crypt_zip.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
48 src/debugger.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
49 src/dict.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
50 src/diff.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
51 src/digraph.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
52 src/drawline.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
53 src/drawscreen.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
54 src/edit.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
55 src/errors.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
56 src/eval.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
57 src/evalbuffer.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
58 src/evalfunc.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
59 src/evalvars.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
60 src/evalwindow.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
61 src/ex_cmdidxs.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
62 src/ex_cmds.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
63 src/ex_cmds.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
64 src/ex_cmds2.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
65 src/ex_docmd.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
66 src/ex_eval.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
67 src/ex_getln.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
68 src/feature.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
69 src/fileio.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
70 src/filepath.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
71 src/findfile.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
72 src/float.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
73 src/fold.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
74 src/getchar.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
75 src/globals.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
76 src/gui.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
77 src/gui.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
78 src/gui_beval.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
79 src/hardcopy.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
80 src/hashtab.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
81 src/help.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
82 src/highlight.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
83 src/indent.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
84 src/insexpand.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
85 src/job.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
86 src/json.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
87 src/json_test.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
88 src/keymap.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
89 src/kword_test.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
90 src/list.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
91 src/locale.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
92 src/logfile.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
93 src/macros.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
94 src/main.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
95 src/map.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
96 src/mark.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
97 src/match.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
98 src/mbyte.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
99 src/memfile.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
100 src/memfile_test.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
101 src/memline.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
102 src/menu.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
103 src/message.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
104 src/message_test.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
105 src/misc1.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
106 src/misc2.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
107 src/mouse.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
108 src/move.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
109 src/mysign \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
110 src/nbdebug.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
111 src/nbdebug.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
112 src/netbeans.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
113 src/normal.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
114 src/nv_cmdidxs.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
115 src/nv_cmds.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
116 src/ops.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
117 src/option.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
118 src/option.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
119 src/optiondefs.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
120 src/optionstr.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
121 src/popupmenu.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
122 src/popupwin.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
123 src/profiler.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
124 src/quickfix.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
125 src/regexp.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
126 src/regexp_bt.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
127 src/regexp_nfa.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
128 src/regexp.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
129 src/register.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
130 src/scriptfile.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
131 src/screen.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
132 src/search.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
133 src/session.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
134 src/sha256.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
135 src/sign.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
136 src/sound.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
137 src/spell.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
138 src/spell.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
139 src/spellfile.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
140 src/spellsuggest.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
141 src/strings.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
142 src/structs.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
143 src/syntax.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
144 src/tag.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
145 src/term.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
146 src/terminal.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
147 src/termdefs.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
148 src/termlib.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
149 src/testing.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
150 src/textformat.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
151 src/textobject.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
152 src/textprop.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
153 src/time.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
154 src/typval.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
155 src/ui.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
156 src/undo.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
157 src/usercmd.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
158 src/userfunc.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
159 src/version.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
160 src/version.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
161 src/vim.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
162 src/vim9.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
163 src/vim9class.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
164 src/vim9cmds.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
165 src/vim9compile.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
166 src/vim9execute.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
167 src/vim9expr.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
168 src/vim9instr.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
169 src/vim9script.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
170 src/vim9type.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
171 src/viminfo.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
172 src/winclip.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
173 src/window.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
174 src/xxd/xxd.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
175 src/testdir/gen_opt_test.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
176 src/testdir/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
177 src/testdir/Make_all.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
178 src/testdir/*.in \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
179 src/testdir/*.py \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
180 src/testdir/keycode_check.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
181 src/testdir/keycode_check.json \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
182 src/testdir/lsan-suppress.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
183 src/testdir/sautest/autoload/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
184 src/testdir/testluaplugin/lua/testluaplugin/*.lua \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
185 src/testdir/check.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
186 src/testdir/gui_init.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
187 src/testdir/gui_preinit.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
188 src/testdir/mouse.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
189 src/testdir/runtest.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
190 src/testdir/screendump.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
191 src/testdir/setup.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
192 src/testdir/setup_gui.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
193 src/testdir/shared.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
194 src/testdir/vim9.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
195 src/testdir/script_util.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
196 src/testdir/summarize.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
197 src/testdir/term_util.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
198 src/testdir/view_util.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
199 src/testdir/test[0-9]*.ok \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
200 src/testdir/test77a.ok \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
201 src/testdir/test77a.com \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
202 src/testdir/test_*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
203 src/testdir/python2/*.py \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
204 src/testdir/python3/*.py \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
205 src/testdir/pythonx/*.py \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
206 src/testdir/pythonx/topmodule/__init__.py \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
207 src/testdir/pythonx/topmodule/submodule/__init__.py \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
208 src/testdir/pythonx/topmodule/submodule/subsubmodule/__init__.py \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
209 src/testdir/pythonx/topmodule/submodule/subsubmodule/subsubsubmodule.py \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
210 src/testdir/python_after/*.py \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
211 src/testdir/python_before/*.py \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
212 src/testdir/pyxfile/*.py \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
213 src/testdir/dumps/*.dump \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
214 src/testdir/dumps/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
215 src/testdir/samples/*.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
216 src/testdir/samples/test000 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
217 src/testdir/color_ramp.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
218 src/testdir/silent.wav \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
219 src/testdir/popupbounce.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
220 src/proto.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
221 src/protodef.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
222 src/proto/alloc.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
223 src/proto/arabic.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
224 src/proto/arglist.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
225 src/proto/autocmd.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
226 src/proto/beval.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
227 src/proto/blob.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
228 src/proto/blowfish.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
229 src/proto/buffer.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
230 src/proto/bufwrite.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
231 src/proto/change.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
232 src/proto/channel.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
233 src/proto/charset.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
234 src/proto/cindent.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
235 src/proto/clientserver.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
236 src/proto/clipboard.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
237 src/proto/cmdexpand.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
238 src/proto/cmdhist.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
239 src/proto/crypt.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
240 src/proto/crypt_zip.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
241 src/proto/debugger.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
242 src/proto/dict.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
243 src/proto/diff.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
244 src/proto/digraph.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
245 src/proto/drawline.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
246 src/proto/drawscreen.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
247 src/proto/edit.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
248 src/proto/eval.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
249 src/proto/evalbuffer.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
250 src/proto/evalfunc.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
251 src/proto/evalvars.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
252 src/proto/evalwindow.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
253 src/proto/ex_cmds.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
254 src/proto/ex_cmds2.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
255 src/proto/ex_docmd.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
256 src/proto/ex_eval.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
257 src/proto/ex_getln.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
258 src/proto/fileio.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
259 src/proto/filepath.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
260 src/proto/findfile.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
261 src/proto/float.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
262 src/proto/fold.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
263 src/proto/getchar.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
264 src/proto/gui.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
265 src/proto/gui_beval.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
266 src/proto/hardcopy.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
267 src/proto/hashtab.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
268 src/proto/help.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
269 src/proto/highlight.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
270 src/proto/indent.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
271 src/proto/insexpand.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
272 src/proto/job.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
273 src/proto/json.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
274 src/proto/list.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
275 src/proto/locale.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
276 src/proto/logfile.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
277 src/proto/main.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
278 src/proto/map.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
279 src/proto/mark.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
280 src/proto/match.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
281 src/proto/mbyte.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
282 src/proto/memfile.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
283 src/proto/memline.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
284 src/proto/menu.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
285 src/proto/message.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
286 src/proto/misc1.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
287 src/proto/misc2.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
288 src/proto/mouse.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
289 src/proto/move.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
290 src/proto/netbeans.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
291 src/proto/normal.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
292 src/proto/ops.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
293 src/proto/option.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
294 src/proto/optionstr.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
295 src/proto/popupmenu.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
296 src/proto/popupwin.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
297 src/proto/profiler.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
298 src/proto/quickfix.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
299 src/proto/regexp.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
300 src/proto/register.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
301 src/proto/scriptfile.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
302 src/proto/screen.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
303 src/proto/search.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
304 src/proto/session.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
305 src/proto/sha256.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
306 src/proto/sign.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
307 src/proto/sound.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
308 src/proto/spell.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
309 src/proto/spellfile.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
310 src/proto/spellsuggest.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
311 src/proto/strings.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
312 src/proto/syntax.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
313 src/proto/tag.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
314 src/proto/term.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
315 src/proto/terminal.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
316 src/proto/termlib.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
317 src/proto/testing.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
318 src/proto/textformat.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
319 src/proto/textobject.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
320 src/proto/textprop.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
321 src/proto/time.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
322 src/proto/typval.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
323 src/proto/ui.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
324 src/proto/undo.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
325 src/proto/usercmd.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
326 src/proto/userfunc.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
327 src/proto/version.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
328 src/proto/vim9class.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
329 src/proto/vim9cmds.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
330 src/proto/vim9compile.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
331 src/proto/vim9execute.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
332 src/proto/vim9expr.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
333 src/proto/vim9instr.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
334 src/proto/vim9script.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
335 src/proto/vim9type.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
336 src/proto/viminfo.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
337 src/proto/winclip.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
338 src/proto/window.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
339 src/libvterm/.bzrignore \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
340 src/libvterm/.gitignore \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
341 src/libvterm/LICENSE \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
342 src/libvterm/Makefile \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
343 src/libvterm/README \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
344 src/libvterm/CONTRIBUTING \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
345 src/libvterm/tbl2inc_c.pl \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
346 src/libvterm/vterm.pc.in \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
347 src/libvterm/doc/URLs \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
348 src/libvterm/doc/seqs.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
349 src/libvterm/find-wide-chars.pl \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
350 src/libvterm/include/vterm.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
351 src/libvterm/include/vterm_keycodes.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
352 src/libvterm/src/encoding.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
353 src/libvterm/src/encoding/DECdrawing.inc \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
354 src/libvterm/src/encoding/DECdrawing.tbl \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
355 src/libvterm/src/encoding/uk.inc \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
356 src/libvterm/src/encoding/uk.tbl \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
357 src/libvterm/src/fullwidth.inc \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
358 src/libvterm/src/keyboard.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
359 src/libvterm/src/mouse.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
360 src/libvterm/src/parser.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
361 src/libvterm/src/pen.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
362 src/libvterm/src/rect.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
363 src/libvterm/src/screen.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
364 src/libvterm/src/state.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
365 src/libvterm/src/unicode.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
366 src/libvterm/src/utf8.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
367 src/libvterm/src/vterm.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
368 src/libvterm/src/vterm_internal.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
369 src/libvterm/t/02parser.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
370 src/libvterm/t/03encoding_utf8.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
371 src/libvterm/t/10state_putglyph.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
372 src/libvterm/t/11state_movecursor.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
373 src/libvterm/t/12state_scroll.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
374 src/libvterm/t/13state_edit.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
375 src/libvterm/t/14state_encoding.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
376 src/libvterm/t/15state_mode.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
377 src/libvterm/t/16state_resize.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
378 src/libvterm/t/17state_mouse.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
379 src/libvterm/t/18state_termprops.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
380 src/libvterm/t/20state_wrapping.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
381 src/libvterm/t/21state_tabstops.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
382 src/libvterm/t/22state_save.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
383 src/libvterm/t/25state_input.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
384 src/libvterm/t/26state_query.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
385 src/libvterm/t/27state_reset.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
386 src/libvterm/t/28state_dbl_wh.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
387 src/libvterm/t/29state_fallback.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
388 src/libvterm/t/30state_pen.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
389 src/libvterm/t/31state_rep.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
390 src/libvterm/t/32state_flow.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
391 src/libvterm/t/40state_selection.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
392 src/libvterm/t/60screen_ascii.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
393 src/libvterm/t/61screen_unicode.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
394 src/libvterm/t/62screen_damage.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
395 src/libvterm/t/63screen_resize.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
396 src/libvterm/t/64screen_pen.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
397 src/libvterm/t/65screen_protect.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
398 src/libvterm/t/66screen_extent.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
399 src/libvterm/t/67screen_dbl_wh.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
400 src/libvterm/t/68screen_termprops.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
401 src/libvterm/t/69screen_reflow.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
402 src/libvterm/t/90vttest_01-movement-1.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
403 src/libvterm/t/90vttest_01-movement-2.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
404 src/libvterm/t/90vttest_01-movement-3.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
405 src/libvterm/t/90vttest_01-movement-4.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
406 src/libvterm/t/90vttest_02-screen-1.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
407 src/libvterm/t/90vttest_02-screen-2.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
408 src/libvterm/t/90vttest_02-screen-3.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
409 src/libvterm/t/90vttest_02-screen-4.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
410 src/libvterm/t/92lp1640917.test \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
411 src/libvterm/t/harness.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
412 src/libvterm/t/run-test.pl \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
413 src/xdiff/COPYING \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
414 src/xdiff/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
415 src/xdiff/xdiff.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
416 src/xdiff/xdiffi.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
417 src/xdiff/xdiffi.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
418 src/xdiff/xemit.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
419 src/xdiff/xemit.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
420 src/xdiff/xhistogram.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
421 src/xdiff/xinclude.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
422 src/xdiff/xmacros.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
423 src/xdiff/xpatience.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
424 src/xdiff/xprepare.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
425 src/xdiff/xprepare.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
426 src/xdiff/xtypes.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
427 src/xdiff/xutils.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
428 src/xdiff/xutils.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
429
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
430
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
431 # source files for Unix only
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
432 SRC_UNIX = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
433 Makefile \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
434 Filelist \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
435 README_src.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
436 configure \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
437 pixmaps/*.xpm \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
438 pixmaps/*.png \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
439 pixmaps/gen-inline-pixbufs.sh \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
440 pixmaps/stock_icons.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
441 src/INSTALL \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
442 src/INSTALLx.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
443 src/Makefile \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
444 src/auto/configure \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
445 src/config.h.in \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
446 src/config.mk.dist \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
447 src/config.mk.in \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
448 src/configure \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
449 src/configure.ac \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
450 src/create_cmdidxs.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
451 src/create_nvcmdidxs.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
452 src/create_nvcmdidxs.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
453 src/gui_gtk.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
454 src/gui_gtk_f.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
455 src/gui_gtk_f.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
456 src/gui_gtk_x11.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
457 src/gui_gtk_res.xml \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
458 src/gui_motif.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
459 src/gui_xmdlg.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
460 src/gui_xmebw.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
461 src/gui_xmebw.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
462 src/gui_xmebwp.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
463 src/gui_x11.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
464 src/gui_x11_pm.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
465 src/if_xcmdsrv.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
466 src/link.sh \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
467 src/installman.sh \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
468 src/installml.sh \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
469 src/install-sh \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
470 src/os_unix.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
471 src/os_unix.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
472 src/os_unixx.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
473 src/osdef.sh \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
474 src/osdef1.h.in \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
475 src/osdef2.h.in \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
476 src/pathdef.sh \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
477 src/proto/gui_gtk.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
478 src/proto/gui_gtk_x11.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
479 src/proto/gui_gtk_gresources.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
480 src/proto/gui_motif.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
481 src/proto/gui_xmdlg.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
482 src/proto/gui_x11.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
483 src/proto/if_xcmdsrv.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
484 src/proto/os_unix.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
485 src/proto/pty.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
486 src/pty.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
487 src/testdir/Makefile \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
488 src/testdir/unix.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
489 src/toolcheck \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
490 src/vim_icon.xbm \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
491 src/vim_mask.xbm \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
492 src/vimtutor \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
493 src/gvimtutor \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
494 src/which.sh \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
495 src/xxd/Makefile \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
496
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
497 # source files for both DOS and Unix
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
498 SRC_DOS_UNIX = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
499 src/gui_xim.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
500 src/if_cscope.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
501 src/if_lua.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
502 src/if_mzsch.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
503 src/if_mzsch.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
504 src/if_perl.xs \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
505 src/if_perlsfio.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
506 src/if_python.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
507 src/if_python3.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
508 src/if_py_both.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
509 src/if_ruby.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
510 src/if_tcl.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
511 src/proto/gui_xim.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
512 src/proto/if_cscope.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
513 src/proto/if_lua.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
514 src/proto/if_mzsch.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
515 src/proto/if_perl.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
516 src/proto/if_perlsfio.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
517 src/proto/if_python.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
518 src/proto/if_python3.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
519 src/proto/if_ruby.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
520 src/proto/if_tcl.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
521 src/typemap \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
522
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
523 # source files for MS-Windows (also in the extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
524 SRC_DOS = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
525 src/GvimExt/*.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
526 src/GvimExt/GvimExt.reg \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
527 src/GvimExt/Makefile \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
528 src/GvimExt/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
529 src/GvimExt/gvimext.cpp \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
530 src/GvimExt/gvimext.def \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
531 src/GvimExt/gvimext.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
532 src/GvimExt/gvimext.inf \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
533 src/GvimExt/gvimext.rc \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
534 src/GvimExt/gvimext_ming.def \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
535 src/GvimExt/gvimext_ming.rc \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
536 src/GvimExt/resource.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
537 src/GvimExt/uninst.bat \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
538 README_srcdos.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
539 src/INSTALLpc.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
540 src/Make_cyg.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
541 src/Make_cyg_ming.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
542 src/Make_ming.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
543 src/Make_mvc.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
544 tools/rename.bat \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
545 src/bigvim.bat \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
546 src/bigvim64.bat \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
547 src/msvc-latest.bat \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
548 src/msvc2015.bat \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
549 src/msvc2017.bat \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
550 src/msvc2019.bat \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
551 src/msvc2022.bat \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
552 src/msys32.bat \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
553 src/msys64.bat \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
554 src/dlldata.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
555 src/dosinst.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
556 src/dosinst.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
557 src/gui_dwrite.cpp \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
558 src/gui_dwrite.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
559 src/gui_w32.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
560 src/gui_w32_rc.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
561 src/if_ole.cpp \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
562 src/if_ole.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
563 src/if_ole.idl \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
564 src/iscygpty.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
565 src/iscygpty.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
566 src/iid_ole.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
567 src/os_dos.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
568 src/os_w32dll.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
569 src/os_w32exe.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
570 src/os_win32.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
571 src/os_mswin.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
572 src/os_win32.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
573 src/proto/gui_w32.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
574 src/proto/if_ole.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
575 src/proto/os_win32.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
576 src/proto/os_mswin.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
577 src/testdir/Make_dos.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
578 src/testdir/Make_mvc.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
579 src/testdir/Make_ming.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
580 src/testdir/dos.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
581 src/uninstall.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
582 src/vim.rc \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
583 src/vim.manifest \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
584 src/vimrun.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
585 src/xpm_w32.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
586 src/xpm_w32.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
587 src/tee/Make_ming.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
588 src/tee/Make_mvc.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
589 src/tee/Makefile \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
590 src/tee/tee.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
591 src/xxd/Make_ming.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
592 src/xxd/Make_mvc.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
593 nsis/gvim.nsi \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
594 nsis/gvim_version.nsh \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
595 nsis/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
596 nsis/lang/*.nsi \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
597 uninstall.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
598
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
599 # source files for DOS without CR/LF translation (also in the extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
600 SRC_DOS_BIN = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
601 src/tearoff.bmp \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
602 src/tools.bmp \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
603 src/vim*.ico \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
604 src/vim.tlb \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
605 src/xpm/COPYRIGHT \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
606 src/xpm/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
607 src/xpm/arm64/lib-vc14/libXpm.lib \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
608 src/xpm/include/*.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
609 src/xpm/x64/lib-vc14/libXpm.lib \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
610 src/xpm/x64/lib/libXpm.a \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
611 src/xpm/x86/lib-vc14/libXpm.lib \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
612 src/xpm/x86/lib/libXpm.a \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
613 runtime/bitmaps/vim.ico \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
614 nsis/icons.zip \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
615
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
616 # source files for Amiga, DOS, etc. (also in the extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
617 SRC_AMI_DOS = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
618
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
619 # source files for Amiga (also in the extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
620 SRC_AMI = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
621 README_amisrc.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
622 README_amisrc.txt.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
623 src.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
624 src/INSTALLami.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
625 src/Make_ami.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
626 src/os_amiga.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
627 src/os_amiga.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
628 src/proto/os_amiga.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
629 src/testdir/Make_amiga.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
630 src/testdir/amiga.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
631 src/xxd/Make_amiga.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
632
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
633 # source files for Haiku (also in the extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
634 SRC_HAIKU = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
635 README_haiku.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
636 src/os_haiku.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
637 src/os_haiku.rdef.in \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
638 src/gui_haiku.cc \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
639 src/gui_haiku.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
640 src/proto/gui_haiku.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
641
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
642 # source files for the Mac (also in the extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
643 SRC_MAC = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
644 src/INSTALLmac.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
645 src/os_mac.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
646 src/os_mac_conv.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
647 src/os_macosx.m \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
648 src/proto/os_mac_conv.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
649 src/proto/os_macosx.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
650
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
651 # source files for VMS (in the extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
652 SRC_VMS = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
653 src/INSTALLvms.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
654 src/Make_vms.mms \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
655 src/gui_gtk_vms.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
656 src/os_vms.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
657 src/os_vms_conf.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
658 src/os_vms_mms.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
659 src/proto/os_vms.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
660 src/testdir/Make_vms.mms \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
661 src/testdir/vms.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
662 src/xxd/Make_vms.mms \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
663 vimtutor.com \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
664
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
665 # source files for QNX (in the extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
666 SRC_QNX = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
667 src/os_qnx.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
668 src/os_qnx.h \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
669 src/gui_photon.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
670 src/proto/gui_photon.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
671 src/proto/os_qnx.pro \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
672
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
673 # source files for the extra archive (all sources that are not for Unix)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
674 SRC_EXTRA = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
675 $(SRC_AMI) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
676 $(SRC_AMI_DOS) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
677 $(SRC_DOS) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
678 $(SRC_DOS_BIN) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
679 $(SRC_HAIKU) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
680 $(SRC_MAC) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
681 $(SRC_QNX) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
682 $(SRC_VMS) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
683 README_os390.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
684 src/link.390 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
685 src/os_vms_fix.com \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
686 src/toolbar.phi \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
687
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
688 # runtime files for all distributions
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
689 RT_ALL = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
690 README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
691 README.md \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
692 README_VIM9.md \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
693 LICENSE \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
694 CONTRIBUTING.md \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
695 runtime/bugreport.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
696 runtime/doc/*.awk \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
697 runtime/doc/*.pl \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
698 runtime/doc/*.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
699 runtime/doc/Makefile \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
700 runtime/doc/doctags.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
701 runtime/doc/doctags.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
702 runtime/doc/test_urls.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
703 runtime/doc/vim.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
704 runtime/doc/evim.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
705 runtime/doc/vimdiff.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
706 runtime/doc/vimtutor.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
707 runtime/doc/xxd.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
708 runtime/ftoff.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
709 runtime/gvimrc_example.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
710 runtime/import/dist/vimhelp.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
711 runtime/import/dist/vimhighlight.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
712 runtime/macros/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
713 runtime/macros/editexisting.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
714 runtime/macros/hanoi/click.me \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
715 runtime/macros/hanoi/hanoi.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
716 runtime/macros/hanoi/poster \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
717 runtime/macros/justify.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
718 runtime/macros/less.bat \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
719 runtime/macros/less.sh \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
720 runtime/macros/less.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
721 runtime/macros/life/click.me \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
722 runtime/macros/life/life.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
723 runtime/macros/matchit.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
724 runtime/macros/maze/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
725 runtime/macros/maze/[mM]akefile \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
726 runtime/macros/maze/maze.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
727 runtime/macros/maze/maze_5.78 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
728 runtime/macros/maze/maze_mac \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
729 runtime/macros/maze/mazeansi.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
730 runtime/macros/maze/mazeclean.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
731 runtime/macros/maze/poster \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
732 runtime/macros/shellmenu.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
733 runtime/macros/swapmous.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
734 runtime/macros/urm/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
735 runtime/macros/urm/examples \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
736 runtime/macros/urm/urm \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
737 runtime/macros/urm/urm.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
738 runtime/defaults.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
739 runtime/evim.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
740 runtime/mswin.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
741 runtime/optwin.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
742 runtime/ftplugin.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
743 runtime/ftplugof.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
744 runtime/indent.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
745 runtime/indoff.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
746 runtime/termcap \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
747 runtime/tools/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
748 runtime/tools/[a-z]*[a-z0-9] \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
749 runtime/tutor/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
750 runtime/tutor/tutor \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
751 runtime/tutor/tutor.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
752 runtime/vimrc_example.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
753 runtime/pack/dist/opt/cfilter/plugin/cfilter.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
754 runtime/pack/dist/opt/dvorak/plugin/dvorak.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
755 runtime/pack/dist/opt/dvorak/dvorak/enable.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
756 runtime/pack/dist/opt/dvorak/dvorak/disable.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
757 runtime/pack/dist/opt/editexisting/plugin/editexisting.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
758 runtime/pack/dist/opt/justify/plugin/justify.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
759 runtime/pack/dist/opt/matchit/plugin/matchit.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
760 runtime/pack/dist/opt/matchit/doc/matchit.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
761 runtime/pack/dist/opt/matchit/doc/tags \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
762 runtime/pack/dist/opt/matchit/autoload/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
763 runtime/pack/dist/opt/shellmenu/plugin/shellmenu.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
764 runtime/pack/dist/opt/swapmouse/plugin/swapmouse.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
765 runtime/pack/dist/opt/termdebug/plugin/termdebug.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
766
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
767 # runtime files for all distributions without CR-NL translation
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
768 RT_ALL_BIN = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
769 runtime/doc/tags \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
770 runtime/print/*.ps \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
771
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
772 # runtime script files
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
773 RT_SCRIPTS = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
774 runtime/filetype.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
775 runtime/scripts.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
776 runtime/menu.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
777 runtime/macmap.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
778 runtime/delmenu.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
779 runtime/synmenu.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
780 runtime/makemenu.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
781 runtime/autoload/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
782 runtime/autoload/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
783 runtime/autoload/dist/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
784 runtime/autoload/xml/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
785 runtime/autoload/zig/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
786 runtime/colors/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
787 runtime/colors/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
788 runtime/colors/lists/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
789 runtime/colors/tools/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
790 runtime/compiler/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
791 runtime/compiler/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
792 runtime/indent/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
793 runtime/indent/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
794 runtime/indent/Makefile \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
795 runtime/indent/testdir/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
796 runtime/indent/testdir/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
797 runtime/indent/testdir/*.in \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
798 runtime/indent/testdir/*.ok \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
799 runtime/ftplugin/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
800 runtime/ftplugin/logtalk.dict \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
801 runtime/ftplugin/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
802 runtime/plugin/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
803 runtime/plugin/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
804 runtime/syntax/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
805 runtime/syntax/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
806 runtime/syntax/shared/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
807 runtime/syntax/shared/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
808 runtime/syntax/Makefile \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
809 runtime/syntax/testdir/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
810 runtime/syntax/testdir/runtest.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
811 runtime/syntax/testdir/input/*.* \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
812 runtime/syntax/testdir/dumps/*.dump \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
813
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
814 # Unix runtime
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
815 RT_UNIX = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
816 README_unix.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
817 runtime/hi16-action-make.png \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
818 runtime/hi22-action-make.png \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
819 runtime/gvim.desktop \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
820 runtime/vim.desktop \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
821
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
822 # Unix and DOS runtime without CR-LF translation
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
823 RT_UNIX_DOS_BIN = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
824 runtime/vim16x16.gif \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
825 runtime/vim16x16.png \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
826 runtime/vim16x16.xpm \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
827 runtime/vim32x32.gif \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
828 runtime/vim32x32.png \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
829 runtime/vim32x32.xpm \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
830 runtime/vim48x48.gif \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
831 runtime/vim48x48.png \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
832 runtime/vim48x48.xpm \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
833
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
834 # runtime not for unix or extra
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
835 RT_NO_UNIX = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
836
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
837 # runtime for Amiga (also in the extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
838 RT_AMI_DOS = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
839 runtime/doc/evim.man \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
840 runtime/doc/vim.man \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
841 runtime/doc/vimdiff.man \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
842 runtime/doc/vimtutor.man \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
843 runtime/doc/xxd.man \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
844
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
845 # DOS runtime (also in the extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
846 RT_DOS = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
847 README_dos.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
848 vimtutor.bat \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
849
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
850 # DOS runtime without CR-LF translation (also in the extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
851 RT_DOS_BIN = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
852 runtime/vimlogo.cdr \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
853 runtime/vimlogo.eps \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
854 runtime/vimlogo.gif \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
855 runtime/vimlogo.pdf \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
856
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
857 # Amiga runtime (also in the extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
858 RT_AMI = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
859 README.txt.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
860 README_ami.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
861 README_ami.txt.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
862 runtime/doc.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
863 runtime/doc/*.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
864 runtime/icons/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
865 runtime/icons/*.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
866 runtime/icons.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
867 runtime/macros.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
868 runtime/macros/*.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
869 runtime/macros/hanoi/*.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
870 runtime/macros/life/*.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
871 runtime/macros/maze/*.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
872 runtime/macros/urm/*.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
873 runtime/tools.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
874 runtime/tutor.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
875 runtime/tutor/*.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
876
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
877 # runtime files in extra archive
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
878 RT_EXTRA = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
879 $(RT_AMI) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
880 $(RT_AMI_DOS) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
881 $(RT_DOS) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
882 $(RT_DOS_BIN) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
883 README_mac.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
884
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
885 # included in all Amiga archives
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
886 ROOT_AMI = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
887 Contents \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
888 Contents.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
889 runtime.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
890 vimdir.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
891
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
892 # root files for the extra archive
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
893 ROOT_EXTRA = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
894 $(ROOT_AMI) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
895
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
896 # files for Amiga small binary (also in extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
897 BIN_AMI = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
898 README_amibin.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
899 README_amibin.txt.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
900 Vim.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
901 Xxd.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
902
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
903 # files for DOS binary (also in extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
904 BIN_DOS = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
905 README_bindos.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
906 uninstall.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
907
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
908 # files for Win32 OLE binary (also in extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
909 BIN_OLE = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
910 README_ole.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
911
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
912 # files for Win32s binary (also in extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
913 BIN_W32S = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
914 README_w32s.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
915
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
916 # files for VMS binary (also in extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
917 BIN_VMS = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
918 README_vms.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
919
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
920 # files for OS/2 binary (also in extra archive)
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
921 BIN_OS2 = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
922 README_os2.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
923
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
924 # binary files for extra archive
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
925 BIN_EXTRA = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
926 $(BIN_AMI) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
927 $(BIN_DOS) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
928 $(BIN_OLE) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
929 $(BIN_W32S) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
930 $(BIN_VMS) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
931 $(BIN_OS2) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
932
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
933 # all files for extra archive
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
934 EXTRA = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
935 $(BIN_EXTRA) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
936 $(ROOT_EXTRA) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
937 $(RT_EXTRA) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
938 $(SRC_EXTRA) \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
939 README_extra.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
940 runtime/vimlogo.xpm \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
941
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
942 # files in READMEdir that are included from the top dir
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
943 IN_README_DIR = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
944 README.txt.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
945 README_ami.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
946 README_ami.txt.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
947 README_amibin.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
948 README_amibin.txt.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
949 README_amisrc.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
950 README_amisrc.txt.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
951 README_bindos.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
952 README_dos.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
953 README_extra.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
954 README_mac.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
955 README_ole.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
956 README_os2.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
957 README_os390.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
958 README_src.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
959 README_srcdos.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
960 README_unix.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
961 README_vms.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
962 README_w32s.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
963 Contents \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
964 Contents.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
965 Vim.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
966 Xxd.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
967 runtime.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
968 src.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
969 vimdir.info \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
970
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
971 # generic language files
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
972 LANG_GEN = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
973 runtime/doc/*-da.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
974 runtime/doc/*-da.UTF-8.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
975 runtime/doc/*-de.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
976 runtime/doc/*-de.UTF-8.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
977 runtime/doc/*-fr.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
978 runtime/doc/*-fr.UTF-8.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
979 runtime/doc/*-it.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
980 runtime/doc/*-it.UTF-8.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
981 runtime/doc/*-ja.UTF-8.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
982 runtime/doc/*-pl.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
983 runtime/doc/*-pl.UTF-8.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
984 runtime/doc/*-ru.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
985 runtime/doc/*-ru.UTF-8.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
986 runtime/doc/*-tr.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
987 runtime/doc/*-tr.UTF-8.1 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
988 runtime/lang/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
989 runtime/lang/Makefile \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
990 runtime/lang/menu_*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
991 runtime/keymap/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
992 runtime/keymap/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
993 runtime/tutor/README.*.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
994 runtime/tutor/Makefile \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
995 runtime/tutor/tutor.utf-8 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
996 runtime/tutor/tutor.?? \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
997 runtime/tutor/tutor.??.utf-8 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
998 runtime/tutor/tutor.??.euc \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
999 runtime/tutor/tutor.??.sjis \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1000 runtime/tutor/tutor.??.iso9 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1001 runtime/tutor/tutor.??.big5 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1002 runtime/tutor/tutor.??.cp1250 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1003 runtime/tutor/tutor.??.cp1251 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1004 runtime/tutor/tutor.??.cp737 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1005 runtime/tutor/tutor.??_??.utf-8 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1006 runtime/tutor/tutor.bar \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1007 runtime/tutor/tutor.bar.utf-8 \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1008 runtime/spell/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1009 runtime/spell/??/*.diff \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1010 runtime/spell/??/main.aap \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1011 runtime/spell/sr/README_sr.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1012 runtime/spell/sr/convert.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1013 runtime/spell/tet/*.diff \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1014 runtime/spell/tet/main.aap \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1015 runtime/spell/check/main.aap \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1016 runtime/spell/check/*.aff \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1017 runtime/spell/check/*.dic \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1018 runtime/spell/yi/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1019 runtime/spell/main.aap \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1020 runtime/spell/*.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1021
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1022 # generic language files, binary
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1023 LANG_GEN_BIN = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1024 runtime/spell/README_en.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1025 runtime/spell/en.ascii.spl \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1026 runtime/spell/en.latin1.spl \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1027 runtime/spell/en.utf-8.spl \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1028 runtime/spell/en.ascii.sug \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1029 runtime/spell/en.latin1.sug \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1030 runtime/spell/en.utf-8.sug \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1031
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1032 # all files for lang archive
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1033 LANG_SRC = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1034 src/po/README.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1035 src/po/README_mingw.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1036 src/po/README_mvc.txt \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1037 src/po/check.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1038 src/po/cleanup.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1039 src/po/tojavascript.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1040 src/po/fixfilenames.vim \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1041 src/po/Makefile \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1042 src/po/Make_all.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1043 src/po/Make_cyg.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1044 src/po/Make_ming.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1045 src/po/Make_mvc.mak \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1046 src/po/vim.desktop.in \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1047 src/po/gvim.desktop.in \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1048 src/po/sjiscorr.c \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1049 src/po/*.po \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1050
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1051 # the language files for the Win32 lang archive
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1052 LANG_DOS = \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1053 src/po/*.mo \
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1054
448aef880252 normalize line endings
Christian Brabandt <cb@256bit.org>
parents: 32591
diff changeset
1055 # vim: set ft=make: