home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / tcl / tcl+tk+t / tclx7.3bl / tclx7 / tclX7.3b / tools / genindex.tcl < prev    next >
Encoding:
Text File  |  1994-07-16  |  1002 b   |  24 lines

  1. #
  2. # genindex.tcl --
  3. #
  4. #  Interface to the buildpackageindex that doesn't go through the auto-load
  5. # mechanism.  This helps if something is broken with auto-load so the
  6. # build at least completes.
  7. #------------------------------------------------------------------------------
  8. # Copyright 1992-1994 Karl Lehenbauer and Mark Diekhans.
  9. #
  10. # Permission to use, copy, modify, and distribute this software and its
  11. # documentation for any purpose and without fee is hereby granted, provided
  12. # that the above copyright notice appear in all copies.  Karl Lehenbauer and
  13. # Mark Diekhans make no representations about the suitability of this
  14. # software for any purpose.  It is provided "as is" without express or
  15. # implied warranty.
  16. #------------------------------------------------------------------------------
  17. # $Id: genindex.tcl,v 4.0 1994/07/16 05:29:17 markd Rel $
  18. #------------------------------------------------------------------------------
  19. #
  20.  
  21. source [info library]/buildidx.tcl
  22.  
  23. buildpackageindex $argv
  24.