Makeindex 2.12 [26-May-1993] ---------------------------- Amiga port by Giuseppe Ghibò (e-mail: ghibo@galileo.polito.it) Last revised: 02-Apr-1994 Notes about this port --------------------- All original directories and files are left unchanged from the official distribuition, except for the following files: makeindex-2.12/src/makefile.ami makeindex-2.12/src/makeindex makeindex-2.12/src/mkind.c makeindex-2.12/src/mkind.h makeindex-2.12/test/makefile.ami All Amiga changes are enclosed in #if OS_AMIGA ... #endif pairs. This port has passed all the test files in the 'test' directory. Installation ------------ To install makeindex, copy the file 'makeindex-2.12/src/makeindex' to the TeX commands directory (e.g., TeX:bin). You may also copy the doc files 'makeindex-2.12/doc/makeindex.dvi' and 'makeindex-2.12/doc/manpages.dvi' to a directory where you keep the doc dvi files (e.g., TeX:doc) Finally you can set the environment variable INDEXSTYLE with the path for the index styles. E.g.: setenv INDEXSTYLE .,TeX:texinputs/idxstyles,TeX:texinputs The path you specify in this environment variable follows this rules: - a period "." indicates current directory. - a comma "," is the paths separator. If the env var INDEXSTYLE isn't setted, makeindex search the index styles in the current directory. ------------------------------------------------------------------------------ You can direct any question or suggestion about this port to the name and e-mail address above.