From 4afe01c3243e95e3d89bd92349d72f6e10321d2c Mon Sep 17 00:00:00 2001 From: sls Date: Fri, 2 Jun 1995 06:51:31 +0000 Subject: [PATCH] Add cmdline.tcl, stl-lite/tkhtml.tcl, and the html help files. --- install.tcl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install.tcl b/install.tcl index cd02dbb..f025cfb 100644 --- a/install.tcl +++ b/install.tcl @@ -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 } -- 2.23.0