summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/xecyr/bin/xecyr/rumakeindexx2.bat
diff options
context:
space:
mode:
Diffstat (limited to 'macros/xetex/latex/xecyr/bin/xecyr/rumakeindexx2.bat')
-rw-r--r--macros/xetex/latex/xecyr/bin/xecyr/rumakeindexx2.bat8
1 files changed, 0 insertions, 8 deletions
diff --git a/macros/xetex/latex/xecyr/bin/xecyr/rumakeindexx2.bat b/macros/xetex/latex/xecyr/bin/xecyr/rumakeindexx2.bat
deleted file mode 100644
index a1b302fb07..0000000000
--- a/macros/xetex/latex/xecyr/bin/xecyr/rumakeindexx2.bat
+++ /dev/null
@@ -1,8 +0,0 @@
-@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 -s %2.ist -o %1.ind
-iconv -f CP1251 -t UTF-8 %1.ind > tmp.tmp
-copy /b tmp.tmp %1.ind
-del tmp.tmp