summaryrefslogtreecommitdiffstats
path: root/tools/checkLibraryDoc.tcl
diff options
context:
space:
mode:
authorsurles <surles>1999-04-17 00:18:26 (GMT)
committersurles <surles>1999-04-17 00:18:26 (GMT)
commit7ef335cb1b504d531a013d66e510b8c2d48945cc (patch)
treeacc43ce13f4904877c8889bfcf50d1b68ca3e16d /tools/checkLibraryDoc.tcl
parentedef398a091868bf7168e0e350b5cb8010209f56 (diff)
downloadtcl-7ef335cb1b504d531a013d66e510b8c2d48945cc.zip
tcl-7ef335cb1b504d531a013d66e510b8c2d48945cc.tar.gz
tcl-7ef335cb1b504d531a013d66e510b8c2d48945cc.tar.bz2
fixed bugs 1785 and 1799: decl header files not installed
Diffstat (limited to 'tools/checkLibraryDoc.tcl')
-rwxr-xr-xtools/checkLibraryDoc.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/checkLibraryDoc.tcl b/tools/checkLibraryDoc.tcl
index 5d64541..527dd2c 100755
--- a/tools/checkLibraryDoc.tcl
+++ b/tools/checkLibraryDoc.tcl
@@ -19,11 +19,11 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: checkLibraryDoc.tcl,v 1.3 1999/04/16 18:48:25 surles Exp $
+# RCS: @(#) $Id: checkLibraryDoc.tcl,v 1.4 1999/04/17 00:18:26 surles Exp $
-#lappend auto_path "c:/program\ files/tclpro1.2/win32-ix86/bin"
-lappend auto_path "/home/surles/cvs/tclx8.0/tcl/unix"
+lappend auto_path "c:/program\ files/tclpro1.2/win32-ix86/bin"
+#lappend auto_path "/home/surles/cvs/tclx8.0/tcl/unix"
if {[catch {package require Tclx}]} {
puts "error: could not load TclX. Please set TCL_LIBRARY."
exit 1