summaryrefslogtreecommitdiff
path: root/Master/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-14 22:30:53 +0000
committerKarl Berry <karl@freefriends.org>2020-03-14 22:30:53 +0000
commit21100a02fadf03c8a2a6ab7e04755a89cc6baea6 (patch)
tree249c5d2574d20044638e7473fd11e0aeb62a755b /Master/bin
parent21eb4ca6613cba9208ec547c04937e0109cd2f52 (diff)
rm old windows batch files (requiring GNU iconv) from xecyr; not on CTAN; we will see if anyone is using them nowadays
git-svn-id: svn://tug.org/texlive/trunk@54308 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-xMaster/bin/win32/rubibtexx.bat9
-rwxr-xr-xMaster/bin/win32/rubibtexx.exebin1536 -> 0 bytes
-rwxr-xr-xMaster/bin/win32/rumakeindexx.bat8
-rwxr-xr-xMaster/bin/win32/rumakeindexx.exebin1536 -> 0 bytes
-rwxr-xr-xMaster/bin/win32/rumakeindexx2.bat8
-rwxr-xr-xMaster/bin/win32/rumakeindexx2.exebin1536 -> 0 bytes
6 files changed, 0 insertions, 25 deletions
diff --git a/Master/bin/win32/rubibtexx.bat b/Master/bin/win32/rubibtexx.bat
deleted file mode 100755
index 90702a721b0..00000000000
--- a/Master/bin/win32/rubibtexx.bat
+++ /dev/null
@@ -1,9 +0,0 @@
-@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/rubibtexx.exe b/Master/bin/win32/rubibtexx.exe
deleted file mode 100755
index 5777d90a17a..00000000000
--- a/Master/bin/win32/rubibtexx.exe
+++ /dev/null
Binary files differ
diff --git a/Master/bin/win32/rumakeindexx.bat b/Master/bin/win32/rumakeindexx.bat
deleted file mode 100755
index 8aa221d4acf..00000000000
--- a/Master/bin/win32/rumakeindexx.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 -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/rumakeindexx.exe b/Master/bin/win32/rumakeindexx.exe
deleted file mode 100755
index 5777d90a17a..00000000000
--- a/Master/bin/win32/rumakeindexx.exe
+++ /dev/null
Binary files differ
diff --git a/Master/bin/win32/rumakeindexx2.bat b/Master/bin/win32/rumakeindexx2.bat
deleted file mode 100755
index f70a7324570..00000000000
--- a/Master/bin/win32/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
diff --git a/Master/bin/win32/rumakeindexx2.exe b/Master/bin/win32/rumakeindexx2.exe
deleted file mode 100755
index 5777d90a17a..00000000000
--- a/Master/bin/win32/rumakeindexx2.exe
+++ /dev/null
Binary files differ