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