summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2002-03-29 01:27:50 (GMT)
committerdavygrvy <davygrvy>2002-03-29 01:27:50 (GMT)
commit4de8de7844162b4b6eb457c43705df32218046da (patch)
treef115338332ca1c64645b5aa17fe789cf8dad0609 /win
parent1ca75976092a51aef372cd18b987d051a6b509a6 (diff)
downloadtk-4de8de7844162b4b6eb457c43705df32218046da.zip
tk-4de8de7844162b4b6eb457c43705df32218046da.tar.gz
tk-4de8de7844162b4b6eb457c43705df32218046da.tar.bz2
ack! fixed big typo.
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index d0e8bbe..86b116a 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
# Copyright (c) 2001-2002 David Gravereaux.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.55 2002/03/29 01:18:36 davygrvy Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.56 2002/03/29 01:27:50 davygrvy Exp $
#------------------------------------------------------------------------------
!if "$(MSVCDIR)" == ""
@@ -646,7 +646,6 @@ install-docs:
!if exist($(HELPFILE))
@xcopy /i /y "$(HELPFILE)" "$(DOC_INSTALL_DIR)\"
@xcopy /i /y "$(HELPCNT)" "$(DOC_INSTALL_DIR)\"
- @echo :Include $(HLPBASE).cnt >> $(DOC_INSTALL_DIR)\tcl$(VERSION).cnt
$(TCLSH) <<
puts "Installing Tk's helpfile contents into Tcl's ..."
set f [open "$(DOC_INSTALL_DIR:\=/)/tcl$(VERSION).cnt" r]