2004-06-13 20:20:40 +00:00
|
|
|
|
#
|
|
|
|
|
# Makefile for the Vim documentation on Unix
|
|
|
|
|
#
|
|
|
|
|
# If you get "don't know how to make scratch", first run make in the source
|
|
|
|
|
# directory. Or remove the include below.
|
|
|
|
|
|
|
|
|
|
AWK = awk
|
|
|
|
|
|
|
|
|
|
# Set to $(VIMTARGET) when executed from src/Makefile.
|
|
|
|
|
VIMEXE = vim
|
|
|
|
|
|
|
|
|
|
# include the config.mk from the source directory. It's only needed to set
|
|
|
|
|
# AWK, used for "make html". Comment this out if the include gives problems.
|
|
|
|
|
include ../../src/auto/config.mk
|
|
|
|
|
|
|
|
|
|
DOCS = \
|
|
|
|
|
arabic.txt \
|
|
|
|
|
autocmd.txt \
|
|
|
|
|
change.txt \
|
|
|
|
|
cmdline.txt \
|
2005-09-01 20:46:49 +00:00
|
|
|
|
debug.txt \
|
2008-06-24 20:39:31 +00:00
|
|
|
|
debugger.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
develop.txt \
|
|
|
|
|
diff.txt \
|
|
|
|
|
digraph.txt \
|
|
|
|
|
editing.txt \
|
|
|
|
|
eval.txt \
|
|
|
|
|
farsi.txt \
|
|
|
|
|
filetype.txt \
|
|
|
|
|
fold.txt \
|
2008-06-24 20:39:31 +00:00
|
|
|
|
ft_ada.txt \
|
|
|
|
|
ft_sql.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
gui.txt \
|
|
|
|
|
gui_w16.txt \
|
|
|
|
|
gui_w32.txt \
|
|
|
|
|
gui_x11.txt \
|
|
|
|
|
hangulin.txt \
|
|
|
|
|
hebrew.txt \
|
|
|
|
|
help.txt \
|
2010-06-03 20:25:18 +02:00
|
|
|
|
helphelp.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
howto.txt \
|
|
|
|
|
if_cscop.txt \
|
2010-07-14 23:23:17 +02:00
|
|
|
|
if_lua.txt \
|
2004-12-09 21:34:53 +00:00
|
|
|
|
if_mzsch.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
if_ole.txt \
|
|
|
|
|
if_perl.txt \
|
|
|
|
|
if_pyth.txt \
|
|
|
|
|
if_ruby.txt \
|
|
|
|
|
if_sniff.txt \
|
|
|
|
|
if_tcl.txt \
|
|
|
|
|
indent.txt \
|
|
|
|
|
index.txt \
|
|
|
|
|
insert.txt \
|
|
|
|
|
intro.txt \
|
|
|
|
|
map.txt \
|
|
|
|
|
mbyte.txt \
|
2008-06-24 20:39:31 +00:00
|
|
|
|
message.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
mlang.txt \
|
2008-06-24 20:39:31 +00:00
|
|
|
|
motion.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
netbeans.txt \
|
|
|
|
|
options.txt \
|
|
|
|
|
os_390.txt \
|
|
|
|
|
os_amiga.txt \
|
|
|
|
|
os_beos.txt \
|
|
|
|
|
os_dos.txt \
|
|
|
|
|
os_mac.txt \
|
|
|
|
|
os_mint.txt \
|
|
|
|
|
os_msdos.txt \
|
|
|
|
|
os_os2.txt \
|
|
|
|
|
os_qnx.txt \
|
|
|
|
|
os_risc.txt \
|
|
|
|
|
os_unix.txt \
|
|
|
|
|
os_vms.txt \
|
|
|
|
|
os_win32.txt \
|
|
|
|
|
pattern.txt \
|
2007-05-05 17:15:44 +00:00
|
|
|
|
pi_getscript.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
pi_gzip.txt \
|
|
|
|
|
pi_netrw.txt \
|
2006-02-27 23:58:35 +00:00
|
|
|
|
pi_paren.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
pi_spec.txt \
|
2005-11-28 22:56:19 +00:00
|
|
|
|
pi_tar.txt \
|
2006-04-27 21:40:34 +00:00
|
|
|
|
pi_vimball.txt \
|
2005-11-28 22:56:19 +00:00
|
|
|
|
pi_zip.txt \
|
2004-07-10 09:47:34 +00:00
|
|
|
|
print.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
quickfix.txt \
|
|
|
|
|
quickref.txt \
|
|
|
|
|
quotes.txt \
|
|
|
|
|
recover.txt \
|
|
|
|
|
remote.txt \
|
|
|
|
|
repeat.txt \
|
|
|
|
|
rileft.txt \
|
|
|
|
|
russian.txt \
|
|
|
|
|
scroll.txt \
|
|
|
|
|
sign.txt \
|
2008-06-24 20:39:31 +00:00
|
|
|
|
spell.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
sponsor.txt \
|
|
|
|
|
starting.txt \
|
|
|
|
|
syntax.txt \
|
2006-02-18 22:14:51 +00:00
|
|
|
|
tabpage.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
tagsrch.txt \
|
|
|
|
|
term.txt \
|
|
|
|
|
tips.txt \
|
|
|
|
|
todo.txt \
|
|
|
|
|
uganda.txt \
|
|
|
|
|
undo.txt \
|
|
|
|
|
usr_01.txt \
|
|
|
|
|
usr_02.txt \
|
|
|
|
|
usr_03.txt \
|
|
|
|
|
usr_04.txt \
|
|
|
|
|
usr_05.txt \
|
|
|
|
|
usr_06.txt \
|
|
|
|
|
usr_07.txt \
|
|
|
|
|
usr_08.txt \
|
|
|
|
|
usr_09.txt \
|
|
|
|
|
usr_10.txt \
|
|
|
|
|
usr_11.txt \
|
|
|
|
|
usr_12.txt \
|
|
|
|
|
usr_20.txt \
|
|
|
|
|
usr_21.txt \
|
|
|
|
|
usr_22.txt \
|
|
|
|
|
usr_23.txt \
|
|
|
|
|
usr_24.txt \
|
|
|
|
|
usr_25.txt \
|
|
|
|
|
usr_26.txt \
|
|
|
|
|
usr_27.txt \
|
|
|
|
|
usr_28.txt \
|
|
|
|
|
usr_29.txt \
|
|
|
|
|
usr_30.txt \
|
|
|
|
|
usr_31.txt \
|
2006-03-24 22:21:52 +00:00
|
|
|
|
usr_32.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
usr_40.txt \
|
|
|
|
|
usr_41.txt \
|
|
|
|
|
usr_42.txt \
|
|
|
|
|
usr_43.txt \
|
|
|
|
|
usr_44.txt \
|
|
|
|
|
usr_45.txt \
|
|
|
|
|
usr_90.txt \
|
|
|
|
|
usr_toc.txt \
|
|
|
|
|
various.txt \
|
|
|
|
|
version4.txt \
|
|
|
|
|
version5.txt \
|
|
|
|
|
version6.txt \
|
2004-07-10 09:47:34 +00:00
|
|
|
|
version7.txt \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
vi_diff.txt \
|
|
|
|
|
visual.txt \
|
|
|
|
|
windows.txt \
|
|
|
|
|
workshop.txt
|
|
|
|
|
|
|
|
|
|
HTMLS = \
|
|
|
|
|
arabic.html \
|
|
|
|
|
autocmd.html \
|
|
|
|
|
change.html \
|
|
|
|
|
cmdline.html \
|
2005-09-01 20:46:49 +00:00
|
|
|
|
debug.html \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
debugger.html \
|
|
|
|
|
develop.html \
|
|
|
|
|
diff.html \
|
|
|
|
|
digraph.html \
|
|
|
|
|
editing.html \
|
|
|
|
|
eval.html \
|
|
|
|
|
farsi.html \
|
|
|
|
|
filetype.html \
|
|
|
|
|
fold.html \
|
2008-06-24 20:39:31 +00:00
|
|
|
|
ft_ada.html \
|
|
|
|
|
ft_sql.html \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
gui.html \
|
|
|
|
|
gui_w16.html \
|
|
|
|
|
gui_w32.html \
|
|
|
|
|
gui_x11.html \
|
|
|
|
|
hangulin.html \
|
|
|
|
|
hebrew.html \
|
2010-07-02 20:20:09 +02:00
|
|
|
|
helphelp.html \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
howto.html \
|
|
|
|
|
if_cscop.html \
|
2010-07-14 23:23:17 +02:00
|
|
|
|
if_lua.html \
|
2004-12-09 21:34:53 +00:00
|
|
|
|
if_mzsch.html \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
if_ole.html \
|
|
|
|
|
if_perl.html \
|
|
|
|
|
if_pyth.html \
|
|
|
|
|
if_ruby.html \
|
|
|
|
|
if_sniff.html \
|
|
|
|
|
if_tcl.html \
|
|
|
|
|
indent.html \
|
|
|
|
|
index.html \
|
|
|
|
|
insert.html \
|
|
|
|
|
intro.html \
|
|
|
|
|
map.html \
|
|
|
|
|
mbyte.html \
|
2008-06-24 20:39:31 +00:00
|
|
|
|
message.html \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
mlang.html \
|
2008-06-24 20:39:31 +00:00
|
|
|
|
motion.html \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
netbeans.html \
|
|
|
|
|
options.html \
|
|
|
|
|
os_390.html \
|
|
|
|
|
os_amiga.html \
|
|
|
|
|
os_beos.html \
|
|
|
|
|
os_dos.html \
|
|
|
|
|
os_mac.html \
|
|
|
|
|
os_mint.html \
|
|
|
|
|
os_msdos.html \
|
|
|
|
|
os_os2.html \
|
|
|
|
|
os_qnx.html \
|
|
|
|
|
os_risc.html \
|
|
|
|
|
os_unix.html \
|
|
|
|
|
os_vms.html \
|
|
|
|
|
os_win32.html \
|
|
|
|
|
pattern.html \
|
2007-05-05 17:15:44 +00:00
|
|
|
|
pi_getscript.html \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
pi_gzip.html \
|
|
|
|
|
pi_netrw.html \
|
2006-02-27 23:58:35 +00:00
|
|
|
|
pi_paren.html \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
pi_spec.html \
|
2006-04-27 21:40:34 +00:00
|
|
|
|
pi_tar.html \
|
|
|
|
|
pi_vimball.html \
|
|
|
|
|
pi_zip.html \
|
2004-07-10 09:47:34 +00:00
|
|
|
|
print.html \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
quickfix.html \
|
|
|
|
|
quickref.html \
|
|
|
|
|
quotes.html \
|
|
|
|
|
recover.html \
|
|
|
|
|
remote.html \
|
|
|
|
|
repeat.html \
|
|
|
|
|
rileft.html \
|
|
|
|
|
russian.html \
|
|
|
|
|
scroll.html \
|
|
|
|
|
sign.html \
|
2008-06-24 20:39:31 +00:00
|
|
|
|
spell.html \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
sponsor.html \
|
|
|
|
|
starting.html \
|
|
|
|
|
syntax.html \
|
2006-02-18 22:14:51 +00:00
|
|
|
|
tabpage.html \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
tags.html \
|
2007-05-05 17:15:44 +00:00
|
|
|
|
tagsrch.html \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
term.html \
|
|
|
|
|
tips.html \
|
|
|
|
|
todo.html \
|
|
|
|
|
uganda.html \
|
|
|
|
|
undo.html \
|
|
|
|
|
usr_01.html \
|
|
|
|
|
usr_02.html \
|
|
|
|
|
usr_03.html \
|
|
|
|
|
usr_04.html \
|
|
|
|
|
usr_05.html \
|
|
|
|
|
usr_06.html \
|
|
|
|
|
usr_07.html \
|
|
|
|
|
usr_08.html \
|
|
|
|
|
usr_09.html \
|
|
|
|
|
usr_10.html \
|
|
|
|
|
usr_11.html \
|
|
|
|
|
usr_12.html \
|
|
|
|
|
usr_20.html \
|
|
|
|
|
usr_21.html \
|
|
|
|
|
usr_22.html \
|
|
|
|
|
usr_23.html \
|
|
|
|
|
usr_24.html \
|
|
|
|
|
usr_25.html \
|
|
|
|
|
usr_26.html \
|
|
|
|
|
usr_27.html \
|
|
|
|
|
usr_28.html \
|
|
|
|
|
usr_29.html \
|
|
|
|
|
usr_30.html \
|
|
|
|
|
usr_31.html \
|
2006-03-24 22:21:52 +00:00
|
|
|
|
usr_32.html \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
usr_40.html \
|
|
|
|
|
usr_41.html \
|
|
|
|
|
usr_42.html \
|
|
|
|
|
usr_43.html \
|
|
|
|
|
usr_44.html \
|
|
|
|
|
usr_45.html \
|
|
|
|
|
usr_90.html \
|
|
|
|
|
usr_toc.html \
|
|
|
|
|
various.html \
|
|
|
|
|
version4.html \
|
|
|
|
|
version5.html \
|
|
|
|
|
version6.html \
|
2004-07-10 09:47:34 +00:00
|
|
|
|
version7.html \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
vi_diff.html \
|
2008-06-24 20:39:31 +00:00
|
|
|
|
vimindex.html \
|
2004-06-13 20:20:40 +00:00
|
|
|
|
visual.html \
|
|
|
|
|
windows.html \
|
|
|
|
|
workshop.html
|
|
|
|
|
|
2005-03-18 20:25:31 +00:00
|
|
|
|
CONVERTED = \
|
2005-04-15 21:00:38 +00:00
|
|
|
|
vim-fr.UTF-8.1 \
|
|
|
|
|
evim-fr.UTF-8.1 \
|
|
|
|
|
vimdiff-fr.UTF-8.1 \
|
|
|
|
|
vimtutor-fr.UTF-8.1 \
|
|
|
|
|
xxd-fr.UTF-8.1 \
|
2005-03-18 20:25:31 +00:00
|
|
|
|
vim-it.UTF-8.1 \
|
|
|
|
|
evim-it.UTF-8.1 \
|
|
|
|
|
vimdiff-it.UTF-8.1 \
|
|
|
|
|
vimtutor-it.UTF-8.1 \
|
|
|
|
|
xxd-it.UTF-8.1 \
|
2008-08-06 17:06:04 +00:00
|
|
|
|
vim-pl.UTF-8.1 \
|
|
|
|
|
evim-pl.UTF-8.1 \
|
|
|
|
|
vimdiff-pl.UTF-8.1 \
|
|
|
|
|
vimtutor-pl.UTF-8.1 \
|
|
|
|
|
xxd-pl.UTF-8.1 \
|
2005-03-18 20:25:31 +00:00
|
|
|
|
vim-ru.UTF-8.1 \
|
|
|
|
|
evim-ru.UTF-8.1 \
|
|
|
|
|
vimdiff-ru.UTF-8.1 \
|
|
|
|
|
vimtutor-ru.UTF-8.1 \
|
2008-06-24 20:39:31 +00:00
|
|
|
|
xxd-ru.UTF-8.1
|
2005-03-18 20:25:31 +00:00
|
|
|
|
|
2004-06-13 20:20:40 +00:00
|
|
|
|
.SUFFIXES:
|
|
|
|
|
.SUFFIXES: .c .o .txt .html
|
|
|
|
|
|
2008-08-06 17:06:04 +00:00
|
|
|
|
all: tags vim.man evim.man vimdiff.man vimtutor.man xxd.man $(CONVERTED)
|
2004-06-13 20:20:40 +00:00
|
|
|
|
|
|
|
|
|
# Use Vim to generate the tags file. Can only be used when Vim has been
|
|
|
|
|
# compiled and installed. Supports multiple languages.
|
|
|
|
|
vimtags: $(DOCS)
|
2008-01-11 20:02:02 +00:00
|
|
|
|
$(VIMEXE) -u NONE -esX -c "helptags ++t ." -c quit
|
2004-06-13 20:20:40 +00:00
|
|
|
|
|
|
|
|
|
# Use "doctags" to generate the tags file. Only works for English!
|
|
|
|
|
tags: doctags $(DOCS)
|
|
|
|
|
./doctags $(DOCS) | LANG=C LC_ALL=C sort >tags
|
|
|
|
|
uniq -d -2 tags
|
|
|
|
|
|
|
|
|
|
doctags: doctags.c
|
|
|
|
|
$(CC) doctags.c -o doctags
|
|
|
|
|
|
|
|
|
|
vim.man: vim.1
|
|
|
|
|
nroff -man vim.1 | sed -e s/.//g > vim.man
|
|
|
|
|
|
2008-08-06 17:06:04 +00:00
|
|
|
|
evim.man: evim.1
|
|
|
|
|
nroff -man evim.1 | sed -e s/.//g > evim.man
|
|
|
|
|
|
2004-06-13 20:20:40 +00:00
|
|
|
|
vimdiff.man: vimdiff.1
|
|
|
|
|
nroff -man vimdiff.1 | sed -e s/.//g > vimdiff.man
|
|
|
|
|
|
|
|
|
|
vimtutor.man: vimtutor.1
|
|
|
|
|
nroff -man vimtutor.1 | sed -e s/.//g > vimtutor.man
|
|
|
|
|
|
|
|
|
|
xxd.man: xxd.1
|
|
|
|
|
nroff -man xxd.1 | sed -e s/.//g > xxd.man
|
|
|
|
|
|
|
|
|
|
uganda.nsis.txt: uganda.txt
|
|
|
|
|
sed -e 's/[ ]*\*[-a-zA-Z0-9.]*\*//g' -e 's/vim:tw=78://' \
|
|
|
|
|
uganda.txt | uniq >uganda.nsis.txt
|
|
|
|
|
|
|
|
|
|
# Awk version of .txt to .html conversion.
|
|
|
|
|
html: noerrors tags tags.ref $(HTMLS)
|
|
|
|
|
@if test -f errors.log; then more errors.log; fi
|
|
|
|
|
|
|
|
|
|
noerrors:
|
|
|
|
|
-rm -f errors.log
|
|
|
|
|
|
|
|
|
|
.txt.html:
|
|
|
|
|
$(AWK) -f makehtml.awk $< >$@
|
|
|
|
|
|
2006-03-20 21:47:49 +00:00
|
|
|
|
# index.html is the starting point for HTML, but for the help files it is
|
|
|
|
|
# help.txt. Therefore use vimindex.html for index.txt.
|
|
|
|
|
index.html: help.txt
|
|
|
|
|
$(AWK) -f makehtml.awk help.txt >index.html
|
|
|
|
|
|
|
|
|
|
vimindex.html: index.txt
|
|
|
|
|
$(AWK) -f makehtml.awk index.txt >vimindex.html
|
|
|
|
|
|
2004-06-13 20:20:40 +00:00
|
|
|
|
tags.ref tags.html: tags
|
|
|
|
|
$(AWK) -f maketags.awk tags >tags.html
|
|
|
|
|
|
|
|
|
|
# Perl version of .txt to .html conversion.
|
|
|
|
|
# There can't be two rules to produce a .html from a .txt file.
|
|
|
|
|
# Just run over all .txt files each time one changes. It's fast anyway.
|
|
|
|
|
perlhtml: tags $(DOCS)
|
|
|
|
|
./vim2html.pl tags $(DOCS)
|
|
|
|
|
|
|
|
|
|
clean:
|
|
|
|
|
-rm doctags *.html tags.ref
|
|
|
|
|
|
|
|
|
|
# These files are in the extra archive, skip if not present
|
|
|
|
|
|
|
|
|
|
arabic.txt:
|
|
|
|
|
touch arabic.txt
|
|
|
|
|
|
|
|
|
|
farsi.txt:
|
|
|
|
|
touch farsi.txt
|
|
|
|
|
|
|
|
|
|
hebrew.txt:
|
|
|
|
|
touch hebrew.txt
|
|
|
|
|
|
|
|
|
|
russian.txt:
|
|
|
|
|
touch russian.txt
|
|
|
|
|
|
|
|
|
|
gui_w16.txt:
|
|
|
|
|
touch gui_w16.txt
|
|
|
|
|
|
|
|
|
|
gui_w32.txt:
|
|
|
|
|
touch gui_w32.txt
|
|
|
|
|
|
|
|
|
|
if_ole.txt:
|
|
|
|
|
touch if_ole.txt
|
|
|
|
|
|
|
|
|
|
os_390.txt:
|
|
|
|
|
touch os_390.txt
|
|
|
|
|
|
|
|
|
|
os_amiga.txt:
|
|
|
|
|
touch os_amiga.txt
|
|
|
|
|
|
|
|
|
|
os_beos.txt:
|
|
|
|
|
touch os_beos.txt
|
|
|
|
|
|
|
|
|
|
os_dos.txt:
|
|
|
|
|
touch os_dos.txt
|
|
|
|
|
|
|
|
|
|
os_mac.txt:
|
|
|
|
|
touch os_mac.txt
|
|
|
|
|
|
|
|
|
|
os_mint.txt:
|
|
|
|
|
touch os_mint.txt
|
|
|
|
|
|
|
|
|
|
os_msdos.txt:
|
|
|
|
|
touch os_msdos.txt
|
|
|
|
|
|
|
|
|
|
os_os2.txt:
|
|
|
|
|
touch os_os2.txt
|
|
|
|
|
|
|
|
|
|
os_qnx.txt:
|
|
|
|
|
touch os_qnx.txt
|
|
|
|
|
|
|
|
|
|
os_risc.txt:
|
|
|
|
|
touch os_risc.txt
|
|
|
|
|
|
|
|
|
|
os_win32.txt:
|
|
|
|
|
touch os_win32.txt
|
2005-03-18 20:25:31 +00:00
|
|
|
|
|
2006-03-02 22:40:52 +00:00
|
|
|
|
# Note that $< works with GNU make while $> works for BSD make.
|
2006-03-27 17:01:56 +00:00
|
|
|
|
# Is there a solution that works for both??
|
2005-04-15 21:00:38 +00:00
|
|
|
|
vim-fr.UTF-8.1: vim-fr.1
|
|
|
|
|
iconv -f latin1 -t utf-8 $< >$@
|
|
|
|
|
|
|
|
|
|
evim-fr.UTF-8.1: evim-fr.1
|
|
|
|
|
iconv -f latin1 -t utf-8 $< >$@
|
|
|
|
|
|
|
|
|
|
vimdiff-fr.UTF-8.1: vimdiff-fr.1
|
|
|
|
|
iconv -f latin1 -t utf-8 $< >$@
|
|
|
|
|
|
|
|
|
|
vimtutor-fr.UTF-8.1: vimtutor-fr.1
|
|
|
|
|
iconv -f latin1 -t utf-8 $< >$@
|
|
|
|
|
|
|
|
|
|
xxd-fr.UTF-8.1: xxd-fr.1
|
|
|
|
|
iconv -f latin1 -t utf-8 $< >$@
|
|
|
|
|
|
2005-03-18 20:25:31 +00:00
|
|
|
|
vim-it.UTF-8.1: vim-it.1
|
2005-04-15 21:00:38 +00:00
|
|
|
|
iconv -f latin1 -t utf-8 $< >$@
|
2005-03-18 20:25:31 +00:00
|
|
|
|
|
|
|
|
|
evim-it.UTF-8.1: evim-it.1
|
2005-04-15 21:00:38 +00:00
|
|
|
|
iconv -f latin1 -t utf-8 $< >$@
|
2005-03-18 20:25:31 +00:00
|
|
|
|
|
|
|
|
|
vimdiff-it.UTF-8.1: vimdiff-it.1
|
2005-04-15 21:00:38 +00:00
|
|
|
|
iconv -f latin1 -t utf-8 $< >$@
|
2005-03-18 20:25:31 +00:00
|
|
|
|
|
|
|
|
|
vimtutor-it.UTF-8.1: vimtutor-it.1
|
2005-04-15 21:00:38 +00:00
|
|
|
|
iconv -f latin1 -t utf-8 $< >$@
|
2005-03-18 20:25:31 +00:00
|
|
|
|
|
|
|
|
|
xxd-it.UTF-8.1: xxd-it.1
|
2005-04-15 21:00:38 +00:00
|
|
|
|
iconv -f latin1 -t utf-8 $< >$@
|
2005-03-18 20:25:31 +00:00
|
|
|
|
|
2008-08-06 17:06:04 +00:00
|
|
|
|
vim-pl.UTF-8.1: vim-pl.1
|
|
|
|
|
iconv -f latin2 -t utf-8 $< >$@
|
|
|
|
|
|
|
|
|
|
evim-pl.UTF-8.1: evim-pl.1
|
|
|
|
|
iconv -f latin2 -t utf-8 $< >$@
|
|
|
|
|
|
|
|
|
|
vimdiff-pl.UTF-8.1: vimdiff-pl.1
|
|
|
|
|
iconv -f latin2 -t utf-8 $< >$@
|
|
|
|
|
|
|
|
|
|
vimtutor-pl.UTF-8.1: vimtutor-pl.1
|
|
|
|
|
iconv -f latin2 -t utf-8 $< >$@
|
|
|
|
|
|
|
|
|
|
xxd-pl.UTF-8.1: xxd-pl.1
|
|
|
|
|
iconv -f latin2 -t utf-8 $< >$@
|
|
|
|
|
|
2005-03-18 20:25:31 +00:00
|
|
|
|
vim-ru.UTF-8.1: vim-ru.1
|
2005-04-15 21:00:38 +00:00
|
|
|
|
iconv -f KOI8-R -t utf-8 $< >$@
|
2005-03-18 20:25:31 +00:00
|
|
|
|
|
|
|
|
|
evim-ru.UTF-8.1: evim-ru.1
|
2005-04-15 21:00:38 +00:00
|
|
|
|
iconv -f KOI8-R -t utf-8 $< >$@
|
2005-03-18 20:25:31 +00:00
|
|
|
|
|
|
|
|
|
vimdiff-ru.UTF-8.1: vimdiff-ru.1
|
2005-04-15 21:00:38 +00:00
|
|
|
|
iconv -f KOI8-R -t utf-8 $< >$@
|
2005-03-18 20:25:31 +00:00
|
|
|
|
|
|
|
|
|
vimtutor-ru.UTF-8.1: vimtutor-ru.1
|
2005-04-15 21:00:38 +00:00
|
|
|
|
iconv -f KOI8-R -t utf-8 $< >$@
|
2005-03-18 20:25:31 +00:00
|
|
|
|
|
|
|
|
|
xxd-ru.UTF-8.1: xxd-ru.1
|
2005-04-15 21:00:38 +00:00
|
|
|
|
iconv -f KOI8-R -t utf-8 $< >$@
|