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