Mercurial > vim
annotate runtime/doc/Makefile @ 33173:9efd99a717c1 v9.0.1867
patch 9.0.1867: Vim9: access to interface statics possible
Commit: https://github.com/vim/vim/commit/18143d3111b2122c7a94ca51085a60b3073cb139
Author: Ernie Rael <errael@raelity.com>
Date: Mon Sep 4 22:30:41 2023 +0200
patch 9.0.1867: Vim9: access to interface statics possible
Problem: Vim9: access to interface statics possible
Solution: Prevent direct access to interface statics
closes: #13007
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Ernie Rael <errael@raelity.com>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 04 Sep 2023 22:45:04 +0200 |
parents | 5acc0d2cf4f7 |
children | e09acb1daea7 |
rev | line source |
---|---|
7 | 1 # |
2 # Makefile for the Vim documentation on Unix | |
3 # | |
4 # If you get "don't know how to make scratch", first run make in the source | |
5 # directory. Or remove the include below. | |
6 | |
7 AWK = awk | |
8 | |
9 # Set to $(VIMTARGET) when executed from src/Makefile. | |
10 VIMEXE = vim | |
11 | |
12 # include the config.mk from the source directory. It's only needed to set | |
13 # AWK, used for "make html". Comment this out if the include gives problems. | |
14 include ../../src/auto/config.mk | |
15 | |
16 DOCS = \ | |
17 arabic.txt \ | |
18 autocmd.txt \ | |
26777
629e7046ef63
patch 8.2.3917: the eval.txt help file is way too big
Bram Moolenaar <Bram@vim.org>
parents:
24520
diff
changeset
|
19 builtin.txt \ |
7 | 20 change.txt \ |
7788
192ae655ac91
commit https://github.com/vim/vim/commit/3b5f929b18492fec291d1ec95a91f54e5912c03b
Christian Brabandt <cb@256bit.org>
parents:
6855
diff
changeset
|
21 channel.txt \ |
7 | 22 cmdline.txt \ |
1619 | 23 debug.txt \ |
7 | 24 debugger.txt \ |
25 develop.txt \ | |
26 diff.txt \ | |
27 digraph.txt \ | |
28 editing.txt \ | |
29 eval.txt \ | |
30 farsi.txt \ | |
31 filetype.txt \ | |
32 fold.txt \ | |
1619 | 33 ft_ada.txt \ |
29885 | 34 ft_context.txt \ |
35 ft_mp.txt \ | |
24387 | 36 ft_ps1.txt \ |
24520 | 37 ft_raku.txt \ |
11229
146a1e213b60
Update runtime files. Add Rust support.
Christian Brabandt <cb@256bit.org>
parents:
8876
diff
changeset
|
38 ft_rust.txt \ |
1619 | 39 ft_sql.txt \ |
7 | 40 gui.txt \ |
41 gui_w32.txt \ | |
42 gui_x11.txt \ | |
43 hangulin.txt \ | |
44 hebrew.txt \ | |
45 help.txt \ | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
1698
diff
changeset
|
46 helphelp.txt \ |
7 | 47 howto.txt \ |
48 if_cscop.txt \ | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
49 if_lua.txt \ |
36 | 50 if_mzsch.txt \ |
7 | 51 if_ole.txt \ |
52 if_perl.txt \ | |
53 if_pyth.txt \ | |
54 if_ruby.txt \ | |
55 if_sniff.txt \ | |
56 if_tcl.txt \ | |
57 indent.txt \ | |
58 index.txt \ | |
59 insert.txt \ | |
60 intro.txt \ | |
61 map.txt \ | |
1619 | 62 mbyte.txt \ |
7 | 63 message.txt \ |
1619 | 64 mlang.txt \ |
7 | 65 motion.txt \ |
66 netbeans.txt \ | |
67 options.txt \ | |
68 os_390.txt \ | |
69 os_amiga.txt \ | |
70 os_beos.txt \ | |
71 os_dos.txt \ | |
19526
22f0dda71638
patch 8.2.0320: no Haiku support
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
72 os_haiku.txt \ |
7 | 73 os_mac.txt \ |
74 os_mint.txt \ | |
75 os_msdos.txt \ | |
76 os_os2.txt \ | |
77 os_qnx.txt \ | |
78 os_risc.txt \ | |
79 os_unix.txt \ | |
80 os_vms.txt \ | |
81 os_win32.txt \ | |
82 pattern.txt \ | |
1120 | 83 pi_getscript.txt \ |
7 | 84 pi_gzip.txt \ |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6518
diff
changeset
|
85 pi_logipat.txt \ |
7 | 86 pi_netrw.txt \ |
694 | 87 pi_paren.txt \ |
7 | 88 pi_spec.txt \ |
566 | 89 pi_tar.txt \ |
845 | 90 pi_vimball.txt \ |
566 | 91 pi_zip.txt \ |
16654
7d54a66c95d7
patch 8.1.1329: plans for popup window support are spread out
Bram Moolenaar <Bram@vim.org>
parents:
15138
diff
changeset
|
92 popup.txt \ |
15 | 93 print.txt \ |
7 | 94 quickfix.txt \ |
95 quickref.txt \ | |
96 quotes.txt \ | |
97 recover.txt \ | |
98 remote.txt \ | |
99 repeat.txt \ | |
100 rileft.txt \ | |
101 russian.txt \ | |
102 scroll.txt \ | |
103 sign.txt \ | |
1619 | 104 spell.txt \ |
7 | 105 sponsor.txt \ |
106 starting.txt \ | |
107 syntax.txt \ | |
674 | 108 tabpage.txt \ |
7 | 109 tagsrch.txt \ |
110 term.txt \ | |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11229
diff
changeset
|
111 terminal.txt \ |
17456
e414281d8bb4
patch 8.1.1726: the eval.txt help file is too big
Bram Moolenaar <Bram@vim.org>
parents:
16654
diff
changeset
|
112 testing.txt \ |
15138
9df130fd5e0d
patch 8.1.0579: cannot attach properties to text
Bram Moolenaar <Bram@vim.org>
parents:
12968
diff
changeset
|
113 textprop.txt \ |
7 | 114 tips.txt \ |
115 todo.txt \ | |
116 uganda.txt \ | |
117 undo.txt \ | |
30085 | 118 userfunc.txt \ |
7 | 119 usr_01.txt \ |
120 usr_02.txt \ | |
121 usr_03.txt \ | |
122 usr_04.txt \ | |
123 usr_05.txt \ | |
124 usr_06.txt \ | |
125 usr_07.txt \ | |
126 usr_08.txt \ | |
127 usr_09.txt \ | |
128 usr_10.txt \ | |
129 usr_11.txt \ | |
130 usr_12.txt \ | |
131 usr_20.txt \ | |
132 usr_21.txt \ | |
133 usr_22.txt \ | |
134 usr_23.txt \ | |
135 usr_24.txt \ | |
136 usr_25.txt \ | |
137 usr_26.txt \ | |
138 usr_27.txt \ | |
139 usr_28.txt \ | |
140 usr_29.txt \ | |
141 usr_30.txt \ | |
142 usr_31.txt \ | |
799 | 143 usr_32.txt \ |
7 | 144 usr_40.txt \ |
145 usr_41.txt \ | |
146 usr_42.txt \ | |
147 usr_43.txt \ | |
148 usr_44.txt \ | |
149 usr_45.txt \ | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
27903
diff
changeset
|
150 usr_50.txt \ |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
27903
diff
changeset
|
151 usr_51.txt \ |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
27903
diff
changeset
|
152 usr_52.txt \ |
7 | 153 usr_90.txt \ |
154 usr_toc.txt \ | |
155 various.txt \ | |
156 version4.txt \ | |
157 version5.txt \ | |
158 version6.txt \ | |
15 | 159 version7.txt \ |
8876
47f17f66da3d
commit https://github.com/vim/vim/commit/03413f44167c4b5cd0012def9bb331e2518c83cf
Christian Brabandt <cb@256bit.org>
parents:
8188
diff
changeset
|
160 version8.txt \ |
27903 | 161 version9.txt \ |
7 | 162 vi_diff.txt \ |
19181
94eda51ba9ba
patch 8.2.0149: maintaining a Vim9 branch separately is more work
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
163 vim9.txt \ |
31335
5acc0d2cf4f7
patch 9.0.1001: classes are not documented or implemented yet
Bram Moolenaar <Bram@vim.org>
parents:
30085
diff
changeset
|
164 vim9class.txt \ |
7 | 165 visual.txt \ |
166 windows.txt \ | |
167 workshop.txt | |
168 | |
169 HTMLS = \ | |
170 arabic.html \ | |
171 autocmd.html \ | |
26777
629e7046ef63
patch 8.2.3917: the eval.txt help file is way too big
Bram Moolenaar <Bram@vim.org>
parents:
24520
diff
changeset
|
172 builtin.html \ |
7 | 173 change.html \ |
7788
192ae655ac91
commit https://github.com/vim/vim/commit/3b5f929b18492fec291d1ec95a91f54e5912c03b
Christian Brabandt <cb@256bit.org>
parents:
6855
diff
changeset
|
174 channel.html \ |
7 | 175 cmdline.html \ |
502 | 176 debug.html \ |
7 | 177 debugger.html \ |
178 develop.html \ | |
179 diff.html \ | |
180 digraph.html \ | |
181 editing.html \ | |
182 eval.html \ | |
183 farsi.html \ | |
184 filetype.html \ | |
185 fold.html \ | |
1619 | 186 ft_ada.html \ |
29885 | 187 ft_context.html \ |
188 ft_mp.html \ | |
24387 | 189 ft_ps1.html \ |
24520 | 190 ft_raku.html \ |
11229
146a1e213b60
Update runtime files. Add Rust support.
Christian Brabandt <cb@256bit.org>
parents:
8876
diff
changeset
|
191 ft_rust.html \ |
1619 | 192 ft_sql.html \ |
7 | 193 gui.html \ |
194 gui_w32.html \ | |
195 gui_x11.html \ | |
196 hangulin.html \ | |
197 hebrew.html \ | |
2282
a888ed7ba375
Make updating text for conceal mode simpler. A few compiler warning fixes.
Bram Moolenaar <bram@vim.org>
parents:
2246
diff
changeset
|
198 helphelp.html \ |
7 | 199 howto.html \ |
200 if_cscop.html \ | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
201 if_lua.html \ |
36 | 202 if_mzsch.html \ |
7 | 203 if_ole.html \ |
204 if_perl.html \ | |
205 if_pyth.html \ | |
206 if_ruby.html \ | |
207 if_sniff.html \ | |
208 if_tcl.html \ | |
209 indent.html \ | |
210 index.html \ | |
211 insert.html \ | |
212 intro.html \ | |
213 map.html \ | |
1619 | 214 mbyte.html \ |
7 | 215 message.html \ |
1619 | 216 mlang.html \ |
7 | 217 motion.html \ |
218 netbeans.html \ | |
219 options.html \ | |
220 os_390.html \ | |
221 os_amiga.html \ | |
222 os_beos.html \ | |
223 os_dos.html \ | |
19526
22f0dda71638
patch 8.2.0320: no Haiku support
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
224 os_haiku.html \ |
7 | 225 os_mac.html \ |
226 os_mint.html \ | |
227 os_msdos.html \ | |
228 os_os2.html \ | |
229 os_qnx.html \ | |
230 os_risc.html \ | |
231 os_unix.html \ | |
232 os_vms.html \ | |
233 os_win32.html \ | |
234 pattern.html \ | |
1120 | 235 pi_getscript.html \ |
7 | 236 pi_gzip.html \ |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6518
diff
changeset
|
237 pi_logipat.html \ |
7 | 238 pi_netrw.html \ |
694 | 239 pi_paren.html \ |
7 | 240 pi_spec.html \ |
845 | 241 pi_tar.html \ |
242 pi_vimball.html \ | |
243 pi_zip.html \ | |
16654
7d54a66c95d7
patch 8.1.1329: plans for popup window support are spread out
Bram Moolenaar <Bram@vim.org>
parents:
15138
diff
changeset
|
244 popup.html \ |
15 | 245 print.html \ |
7 | 246 quickfix.html \ |
247 quickref.html \ | |
248 quotes.html \ | |
249 recover.html \ | |
250 remote.html \ | |
251 repeat.html \ | |
252 rileft.html \ | |
253 russian.html \ | |
254 scroll.html \ | |
255 sign.html \ | |
1619 | 256 spell.html \ |
7 | 257 sponsor.html \ |
258 starting.html \ | |
259 syntax.html \ | |
674 | 260 tabpage.html \ |
7 | 261 tagsrch.html \ |
262 term.html \ | |
11621
b8299e742f41
patch 8.0.0693: no terminal emulator support
Christian Brabandt <cb@256bit.org>
parents:
11229
diff
changeset
|
263 terminal.html \ |
17456
e414281d8bb4
patch 8.1.1726: the eval.txt help file is too big
Bram Moolenaar <Bram@vim.org>
parents:
16654
diff
changeset
|
264 testing.html \ |
15138
9df130fd5e0d
patch 8.1.0579: cannot attach properties to text
Bram Moolenaar <Bram@vim.org>
parents:
12968
diff
changeset
|
265 textprop.html \ |
7 | 266 tips.html \ |
267 todo.html \ | |
268 uganda.html \ | |
269 undo.html \ | |
30085 | 270 userfunc.html \ |
7 | 271 usr_01.html \ |
272 usr_02.html \ | |
273 usr_03.html \ | |
274 usr_04.html \ | |
275 usr_05.html \ | |
276 usr_06.html \ | |
277 usr_07.html \ | |
278 usr_08.html \ | |
279 usr_09.html \ | |
280 usr_10.html \ | |
281 usr_11.html \ | |
282 usr_12.html \ | |
283 usr_20.html \ | |
284 usr_21.html \ | |
285 usr_22.html \ | |
286 usr_23.html \ | |
287 usr_24.html \ | |
288 usr_25.html \ | |
289 usr_26.html \ | |
290 usr_27.html \ | |
291 usr_28.html \ | |
292 usr_29.html \ | |
293 usr_30.html \ | |
294 usr_31.html \ | |
799 | 295 usr_32.html \ |
7 | 296 usr_40.html \ |
297 usr_41.html \ | |
298 usr_42.html \ | |
299 usr_43.html \ | |
300 usr_44.html \ | |
301 usr_45.html \ | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
27903
diff
changeset
|
302 usr_50.html \ |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
27903
diff
changeset
|
303 usr_51.html \ |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
27903
diff
changeset
|
304 usr_52.html \ |
7 | 305 usr_90.html \ |
306 usr_toc.html \ | |
307 various.html \ | |
308 version4.html \ | |
309 version5.html \ | |
310 version6.html \ | |
15 | 311 version7.html \ |
8876
47f17f66da3d
commit https://github.com/vim/vim/commit/03413f44167c4b5cd0012def9bb331e2518c83cf
Christian Brabandt <cb@256bit.org>
parents:
8188
diff
changeset
|
312 version8.html \ |
27903 | 313 version9.html \ |
7 | 314 vi_diff.html \ |
1619 | 315 vimindex.html \ |
19181
94eda51ba9ba
patch 8.2.0149: maintaining a Vim9 branch separately is more work
Bram Moolenaar <Bram@vim.org>
parents:
19161
diff
changeset
|
316 vim9.html \ |
31335
5acc0d2cf4f7
patch 9.0.1001: classes are not documented or implemented yet
Bram Moolenaar <Bram@vim.org>
parents:
30085
diff
changeset
|
317 vim9class.html \ |
7 | 318 visual.html \ |
319 windows.html \ | |
320 workshop.html | |
321 | |
216 | 322 CONVERTED = \ |
236 | 323 vim-fr.UTF-8.1 \ |
324 evim-fr.UTF-8.1 \ | |
325 vimdiff-fr.UTF-8.1 \ | |
326 vimtutor-fr.UTF-8.1 \ | |
327 xxd-fr.UTF-8.1 \ | |
216 | 328 vim-it.UTF-8.1 \ |
329 evim-it.UTF-8.1 \ | |
330 vimdiff-it.UTF-8.1 \ | |
331 vimtutor-it.UTF-8.1 \ | |
332 xxd-it.UTF-8.1 \ | |
1698 | 333 vim-pl.UTF-8.1 \ |
334 evim-pl.UTF-8.1 \ | |
335 vimdiff-pl.UTF-8.1 \ | |
336 vimtutor-pl.UTF-8.1 \ | |
337 xxd-pl.UTF-8.1 \ | |
216 | 338 vim-ru.UTF-8.1 \ |
339 evim-ru.UTF-8.1 \ | |
340 vimdiff-ru.UTF-8.1 \ | |
341 vimtutor-ru.UTF-8.1 \ | |
20611
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
342 xxd-ru.UTF-8.1 \ |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
343 vim-tr.UTF-8.1 \ |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
344 evim-tr.UTF-8.1 \ |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
345 vimdiff-tr.UTF-8.1 \ |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
346 vimtutor-tr.UTF-8.1 |
216 | 347 |
7 | 348 .SUFFIXES: |
349 .SUFFIXES: .c .o .txt .html | |
350 | |
1698 | 351 all: tags vim.man evim.man vimdiff.man vimtutor.man xxd.man $(CONVERTED) |
7 | 352 |
353 # Use Vim to generate the tags file. Can only be used when Vim has been | |
354 # compiled and installed. Supports multiple languages. | |
355 vimtags: $(DOCS) | |
19161
27ff44268da5
patch 8.2.0140: CI does not test building doc tags
Bram Moolenaar <Bram@vim.org>
parents:
18518
diff
changeset
|
356 @$(VIMEXE) --clean -esX -V1 -u doctags.vim |
7 | 357 |
358 # Use "doctags" to generate the tags file. Only works for English! | |
359 tags: doctags $(DOCS) | |
360 ./doctags $(DOCS) | LANG=C LC_ALL=C sort >tags | |
361 uniq -d -2 tags | |
362 | |
363 doctags: doctags.c | |
364 $(CC) doctags.c -o doctags | |
365 | |
366 vim.man: vim.1 | |
367 nroff -man vim.1 | sed -e s/.//g > vim.man | |
368 | |
1698 | 369 evim.man: evim.1 |
370 nroff -man evim.1 | sed -e s/.//g > evim.man | |
371 | |
7 | 372 vimdiff.man: vimdiff.1 |
373 nroff -man vimdiff.1 | sed -e s/.//g > vimdiff.man | |
374 | |
375 vimtutor.man: vimtutor.1 | |
376 nroff -man vimtutor.1 | sed -e s/.//g > vimtutor.man | |
377 | |
378 xxd.man: xxd.1 | |
379 nroff -man xxd.1 | sed -e s/.//g > xxd.man | |
380 | |
381 uganda.nsis.txt: uganda.txt | |
12849
de80fb313baf
patch 8.0.1301: generated license file for NSIS has a modeline
Christian Brabandt <cb@256bit.org>
parents:
11621
diff
changeset
|
382 sed -e 's/[ ]*\*[-a-zA-Z0-9.]*\*//g' -e 's/vim:tw=78:.*//' \ |
7 | 383 uganda.txt | uniq >uganda.nsis.txt |
384 | |
385 # Awk version of .txt to .html conversion. | |
2369
435b5c6a5191
Fix dependencies in help Makefile. (James Vega)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
386 html: noerrors tags $(HTMLS) |
7 | 387 @if test -f errors.log; then more errors.log; fi |
388 | |
389 noerrors: | |
390 -rm -f errors.log | |
391 | |
2369
435b5c6a5191
Fix dependencies in help Makefile. (James Vega)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
392 $(HTMLS): tags.ref |
435b5c6a5191
Fix dependencies in help Makefile. (James Vega)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
393 |
7 | 394 .txt.html: |
395 $(AWK) -f makehtml.awk $< >$@ | |
396 | |
788 | 397 # index.html is the starting point for HTML, but for the help files it is |
398 # help.txt. Therefore use vimindex.html for index.txt. | |
399 index.html: help.txt | |
400 $(AWK) -f makehtml.awk help.txt >index.html | |
401 | |
402 vimindex.html: index.txt | |
403 $(AWK) -f makehtml.awk index.txt >vimindex.html | |
404 | |
7 | 405 tags.ref tags.html: tags |
406 $(AWK) -f maketags.awk tags >tags.html | |
407 | |
408 # Perl version of .txt to .html conversion. | |
409 # There can't be two rules to produce a .html from a .txt file. | |
410 # Just run over all .txt files each time one changes. It's fast anyway. | |
411 perlhtml: tags $(DOCS) | |
412 ./vim2html.pl tags $(DOCS) | |
413 | |
12968 | 414 # Check URLs in the help with "curl". |
415 test_urls: | |
416 vim -S test_urls.vim | |
417 | |
7 | 418 clean: |
21242
c2fbac867d9c
patch 8.2.1172: error messages when doing "make clean" in doc or tee
Bram Moolenaar <Bram@vim.org>
parents:
20856
diff
changeset
|
419 -rm -f doctags *.html tags.ref |
7 | 420 |
421 # These files are in the extra archive, skip if not present | |
422 | |
423 arabic.txt: | |
424 touch arabic.txt | |
425 | |
426 farsi.txt: | |
427 touch farsi.txt | |
428 | |
429 hebrew.txt: | |
430 touch hebrew.txt | |
431 | |
432 russian.txt: | |
433 touch russian.txt | |
434 | |
435 gui_w32.txt: | |
436 touch gui_w32.txt | |
437 | |
438 if_ole.txt: | |
439 touch if_ole.txt | |
440 | |
441 os_390.txt: | |
442 touch os_390.txt | |
443 | |
444 os_amiga.txt: | |
445 touch os_amiga.txt | |
446 | |
447 os_beos.txt: | |
448 touch os_beos.txt | |
449 | |
450 os_dos.txt: | |
451 touch os_dos.txt | |
452 | |
19526
22f0dda71638
patch 8.2.0320: no Haiku support
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
453 os_haiku.txt: |
22f0dda71638
patch 8.2.0320: no Haiku support
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
454 touch os_haiku.txt |
22f0dda71638
patch 8.2.0320: no Haiku support
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
455 |
7 | 456 os_mac.txt: |
457 touch os_mac.txt | |
458 | |
459 os_mint.txt: | |
460 touch os_mint.txt | |
461 | |
462 os_msdos.txt: | |
463 touch os_msdos.txt | |
464 | |
465 os_os2.txt: | |
466 touch os_os2.txt | |
467 | |
468 os_qnx.txt: | |
469 touch os_qnx.txt | |
470 | |
471 os_risc.txt: | |
472 touch os_risc.txt | |
473 | |
474 os_win32.txt: | |
475 touch os_win32.txt | |
216 | 476 |
701 | 477 # Note that $< works with GNU make while $> works for BSD make. |
810 | 478 # Is there a solution that works for both?? |
236 | 479 vim-fr.UTF-8.1: vim-fr.1 |
480 iconv -f latin1 -t utf-8 $< >$@ | |
481 | |
482 evim-fr.UTF-8.1: evim-fr.1 | |
483 iconv -f latin1 -t utf-8 $< >$@ | |
484 | |
485 vimdiff-fr.UTF-8.1: vimdiff-fr.1 | |
486 iconv -f latin1 -t utf-8 $< >$@ | |
487 | |
488 vimtutor-fr.UTF-8.1: vimtutor-fr.1 | |
489 iconv -f latin1 -t utf-8 $< >$@ | |
490 | |
491 xxd-fr.UTF-8.1: xxd-fr.1 | |
492 iconv -f latin1 -t utf-8 $< >$@ | |
493 | |
216 | 494 vim-it.UTF-8.1: vim-it.1 |
236 | 495 iconv -f latin1 -t utf-8 $< >$@ |
216 | 496 |
497 evim-it.UTF-8.1: evim-it.1 | |
236 | 498 iconv -f latin1 -t utf-8 $< >$@ |
216 | 499 |
500 vimdiff-it.UTF-8.1: vimdiff-it.1 | |
236 | 501 iconv -f latin1 -t utf-8 $< >$@ |
216 | 502 |
503 vimtutor-it.UTF-8.1: vimtutor-it.1 | |
236 | 504 iconv -f latin1 -t utf-8 $< >$@ |
216 | 505 |
506 xxd-it.UTF-8.1: xxd-it.1 | |
236 | 507 iconv -f latin1 -t utf-8 $< >$@ |
216 | 508 |
1698 | 509 vim-pl.UTF-8.1: vim-pl.1 |
510 iconv -f latin2 -t utf-8 $< >$@ | |
511 | |
512 evim-pl.UTF-8.1: evim-pl.1 | |
513 iconv -f latin2 -t utf-8 $< >$@ | |
514 | |
515 vimdiff-pl.UTF-8.1: vimdiff-pl.1 | |
516 iconv -f latin2 -t utf-8 $< >$@ | |
517 | |
518 vimtutor-pl.UTF-8.1: vimtutor-pl.1 | |
519 iconv -f latin2 -t utf-8 $< >$@ | |
520 | |
521 xxd-pl.UTF-8.1: xxd-pl.1 | |
522 iconv -f latin2 -t utf-8 $< >$@ | |
523 | |
216 | 524 vim-ru.UTF-8.1: vim-ru.1 |
236 | 525 iconv -f KOI8-R -t utf-8 $< >$@ |
216 | 526 |
527 evim-ru.UTF-8.1: evim-ru.1 | |
236 | 528 iconv -f KOI8-R -t utf-8 $< >$@ |
216 | 529 |
530 vimdiff-ru.UTF-8.1: vimdiff-ru.1 | |
236 | 531 iconv -f KOI8-R -t utf-8 $< >$@ |
216 | 532 |
533 vimtutor-ru.UTF-8.1: vimtutor-ru.1 | |
236 | 534 iconv -f KOI8-R -t utf-8 $< >$@ |
216 | 535 |
536 xxd-ru.UTF-8.1: xxd-ru.1 | |
236 | 537 iconv -f KOI8-R -t utf-8 $< >$@ |
20611
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
538 |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
539 vim-tr.UTF-8.1: vim-tr.1 |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
540 iconv -f latin5 -t utf-8 $< >$@ |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
541 |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
542 evim-tr.UTF-8.1: evim-tr.1 |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
543 iconv -f latin5 -t utf-8 $< >$@ |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
544 |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
545 vimdiff-tr.UTF-8.1: vimdiff-tr.1 |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
546 iconv -f latin5 -t utf-8 $< >$@ |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
547 |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
548 vimtutor-tr.UTF-8.1: vimtutor-tr.1 |
ac057cd4e5cb
patch 8.2.0859: no Turkish translation of the manual
Bram Moolenaar <Bram@vim.org>
parents:
19526
diff
changeset
|
549 iconv -f latin5 -t utf-8 $< >$@ |