home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Tex / texinfo.zoo / Read.me next >
Text File  |  1991-04-16  |  542b  |  14 lines

  1. You need program texindex.c when you are processing texinfo files in
  2. order to produce all kind of indices for your documentation.  A usual
  3. procedure for doc.tex which is using texinfo macros involves the
  4. following steps:
  5.     tex doc.tex      (this reads and process texinfo.tex as well)
  6.     texindex doc.??
  7.     tex doc.tex
  8.  
  9. These are generic sources and altough they compile fine on ST they
  10. were not really tested.  Approach with a grain of salt and debugger
  11. on hand.  This program performs a sizeable sort in core memory.
  12. Watch out!!
  13.  
  14.   --mj