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