From 614bb5959706e51f05a0401e6c18627ba87134f0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 10 Mar 2008 00:27:31 +0000 Subject: xecyr 1.0 (8mar08) git-svn-id: svn://tug.org/texlive/trunk@6925 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/win32/rubibtexx.bat | 9 +++++++++ Master/bin/win32/rumakeindexx.bat | 8 ++++++++ Master/bin/win32/rumakeindexx2.bat | 8 ++++++++ 3 files changed, 25 insertions(+) create mode 100755 Master/bin/win32/rubibtexx.bat create mode 100755 Master/bin/win32/rumakeindexx.bat create mode 100755 Master/bin/win32/rumakeindexx2.bat (limited to 'Master/bin') diff --git a/Master/bin/win32/rubibtexx.bat b/Master/bin/win32/rubibtexx.bat new file mode 100755 index 00000000000..90702a721b0 --- /dev/null +++ b/Master/bin/win32/rubibtexx.bat @@ -0,0 +1,9 @@ +@echo off +bibtex8 -B -c cp1251.csf %1.aux +iconv -f CP1251 -t UTF-8 %1.bbl > tmp.tmp +copy /b tmp.tmp %1.bbl +del tmp.tmp + + + + 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 diff --git a/Master/bin/win32/rumakeindexx2.bat b/Master/bin/win32/rumakeindexx2.bat new file mode 100755 index 00000000000..f70a7324570 --- /dev/null +++ b/Master/bin/win32/rumakeindexx2.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 -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 -- cgit v1.2.3