README 1.1 KB

12345678910111213141516171819202122232425262728
  1. $Id$
  2. This is texindex.awk, a replacement for the texindex.c implementation
  3. previously used in Texinfo. It's written in a literate style using TexiWebJr.
  4. ChangeLog -- What it looks like
  5. Makefile.am -- What it looks like
  6. README -- What it looks like
  7. dek_idx.png -- A cute cartoon
  8. jrtangle -- TexiWeb Jr tangle program
  9. jrweave -- TexiWeb Jr weave program
  10. texindex.in -- texindex shell script wrapper, for automake
  11. ti.twjr -- TexiWeb Jr source file
  12. texindex (shell wrapper) is created from texindex.in, and
  13. texindex.awk (the program) is created from ti.twjr.
  14. tests/gawk.cp -- Gawk manual unsorted index, test input
  15. tests/gawk.cps-cvers -- Output of same from C version
  16. tests/gawk.cps-good -- Output of same from awk version
  17. tests/texinfo.cp -- Texinfo manual unsorted index, test input
  18. tests/texinfo.cps-cvers -- Output of same from C version
  19. tests/texinfo.cps-good -- Output of same from awk version
  20. tests/texinfo.fn -- Texinfo manual unsorted index, test input
  21. tests/texinfo.fns-cvers -- Output of same from C version
  22. tests/texinfo.fns-good -- Output of same from awk version
  23. tests/texinfo.tex -- What it looks like