This is `rumakeindex', a wrapper for `makeindex' which allows one to
get properly sorted index when Russian letters are used in index
entries.  It is part of the T2 package.

You will need:

1) LaTeX setup based on a T2 package.

2) MAKEINDEX utility which does not have problems with 8-bit characters.
   mkidx32.exe in a emTeX distribution is Ok, as well as makeindex
   from web2c distribution.

3) SED binary. It is available on any UNIX box. For DOS you can find
   it at

  ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/sed118b.zip

   Copy `sed.exe' to a directory contained in %PATH% environment
   variable.

   Under UNIX, the `tr' utility is also used. It can be emulated via the
   `y' SED command.

4) The `rumakeindex' (or `rumkidx' under DOS) script/batch file.

If you are using the T2 package and are making indexes with russian
letters, then run `rumakeindex' (or `rumkidx' under DOS) instead of
`makeindex' (or `mkidx32' under DOS).

If you are using DOS, copy `rumkidx1.sed' and `rumkidx2.sed' to
`\emtex\data' directory, and copy `rumkidx.bat' to `\emtex\bin'
directory.

If you are using UNIX, copy the `rumakeindex' shell script to
e.g. `/usr/local/bin' directory.

Note: we assume a cp866 encoding (of generated .ind files) for DOS and
koi8-r for UNIX. Change the encoding of scripts otherwise.
