Add cmdline.tcl, stl-lite/tkhtml.tcl, and the html help files.
authorsls <sls>
Fri, 2 Jun 1995 06:51:31 +0000 (06:51 +0000)
committersls <sls>
Fri, 2 Jun 1995 06:51:31 +0000 (06:51 +0000)
install.tcl

index cd02dbb1db2f84391b3cf66971dc8073dab10b75..f025cfb3586ba7b90b5487b6a68757b4c8d13fcc 100644 (file)
@@ -148,13 +148,16 @@ proc install {} {
     if ![install_files $libdir {
        about.tcl defaults.tcl lists.tcl globals_list.tcl procs_list.tcl
        windows_list.tcl value.tcl stl.tcl sls.xbm version.tcl
-       help.tcl tclIndex
+       help.tcl cmdline.tcl tclIndex
+       Intro.html Lists.html Procs.html Globals.html Windows.html
+       Value.html Notes.html Contents.html
     }] {
        return
     }
+
     if ![install_files $libdir/stl-lite {
        stl-lite/filechsr.tcl stl-lite/simpleentry.tcl stl-lite/object.tcl
-       stl-lite/tk_util.tcl stl-lite/feedback.tcl
+       stl-lite/tk_util.tcl stl-lite/feedback.tcl stl-lite/tkhtml.tcl
     }] {
        return
     }