summaryrefslogtreecommitdiff
path: root/Master/bin/win32/rumakeindexx.bat
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-03-10 00:27:31 +0000
committerKarl Berry <karl@freefriends.org>2008-03-10 00:27:31 +0000
commit614bb5959706e51f05a0401e6c18627ba87134f0 (patch)
tree5fb0c6d27dda2c8da6434a2ac3ce3a2b5ec69acc /Master/bin/win32/rumakeindexx.bat
parent11ac15c4cffc0e2fc7483cbfb12df95486027c39 (diff)
xecyr 1.0 (8mar08)
git-svn-id: svn://tug.org/texlive/trunk@6925 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/rumakeindexx.bat')
-rwxr-xr-xMaster/bin/win32/rumakeindexx.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/bin/win32/rumakeindexx.bat b/Master/bin/win32/rumakeindexx.bat
new file mode 100755
index 00000000000..8aa221d4acf
--- /dev/null
+++ b/Master/bin/win32/rumakeindexx.bat
@@ -0,0 +1,8 @@
+@echo off
+iconv -f UTF-8 -t CP1251 %1.idx > tmp.tmp
+copy /b tmp.tmp %1.idx
+del tmp.tmp
+makeindex %1.idx -t %1.ilg -o %1.ind
+iconv -f CP1251 -t UTF-8 %1.ind > tmp.tmp
+copy /b tmp.tmp %1.ind
+del tmp.tmp