diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-14 22:30:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-14 22:30:53 +0000 |
commit | 21100a02fadf03c8a2a6ab7e04755a89cc6baea6 (patch) | |
tree | 249c5d2574d20044638e7473fd11e0aeb62a755b /Master | |
parent | 21eb4ca6613cba9208ec547c04937e0109cd2f52 (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')
-rwxr-xr-x | Master/bin/win32/rubibtexx.bat | 9 | ||||
-rwxr-xr-x | Master/bin/win32/rubibtexx.exe | bin | 1536 -> 0 bytes | |||
-rwxr-xr-x | Master/bin/win32/rumakeindexx.bat | 8 | ||||
-rwxr-xr-x | Master/bin/win32/rumakeindexx.exe | bin | 1536 -> 0 bytes | |||
-rwxr-xr-x | Master/bin/win32/rumakeindexx2.bat | 8 | ||||
-rwxr-xr-x | Master/bin/win32/rumakeindexx2.exe | bin | 1536 -> 0 bytes | |||
-rw-r--r-- | Master/tlpkg/tlpsrc/xecyr.tlpsrc | 3 |
7 files changed, 0 insertions, 28 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 Binary files differdeleted file mode 100755 index 5777d90a17a..00000000000 --- a/Master/bin/win32/rubibtexx.exe +++ /dev/null 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 Binary files differdeleted file mode 100755 index 5777d90a17a..00000000000 --- a/Master/bin/win32/rumakeindexx.exe +++ /dev/null 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 Binary files differdeleted file mode 100755 index 5777d90a17a..00000000000 --- a/Master/bin/win32/rumakeindexx2.exe +++ /dev/null diff --git a/Master/tlpkg/tlpsrc/xecyr.tlpsrc b/Master/tlpkg/tlpsrc/xecyr.tlpsrc index 5dbff543673..e69de29bb2d 100644 --- a/Master/tlpkg/tlpsrc/xecyr.tlpsrc +++ b/Master/tlpkg/tlpsrc/xecyr.tlpsrc @@ -1,3 +0,0 @@ -binpattern f/win32 bin/win32/rubibtexx -binpattern f/win32 bin/win32/rumakeindexx -binpattern f/win32 bin/win32/rumakeindexx2 |