summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2001-11-28 01:05:53 (GMT)
committerdavygrvy <davygrvy@pobox.com>2001-11-28 01:05:53 (GMT)
commit61ee97b706d07c5bae59d9d13ee92c0510b36f94 (patch)
tree59101d699b6ef674eeab3602030f50a3d9a47414 /win/makefile.vc
parent7909e5e83902e4f1388442739d1f0150a6563581 (diff)
downloadtcl-61ee97b706d07c5bae59d9d13ee92c0510b36f94.zip
tcl-61ee97b706d07c5bae59d9d13ee92c0510b36f94.tar.gz
tcl-61ee97b706d07c5bae59d9d13ee92c0510b36f94.tar.bz2
Removed the Tk reference for the 'winhelp' target. Converge at install will
need to be the solution.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc5
1 files changed, 2 insertions, 3 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index c699b57..69da5e0 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
# Copyright (c) 2001 Tomasoft Engineering.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.74 2001/11/15 00:19:40 davygrvy Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.75 2001/11/28 01:05:53 davygrvy Exp $
#------------------------------------------------------------------------------
!if "$(MSVCDIR)" == ""
@@ -594,8 +594,7 @@ $(MAN2TCL).exe: $(MAN2TCL).obj
$(TCLRTF): $(MAN2TCL).exe $(TCLSH)
cd $(TOOLSDIR)
- ..\win\$(TCLSH) $(MAN2HELP) $(PROJECT) $(VERSION) $(ROOT)/doc \
- ../../tk$(DOTVERSION)/doc
+ ..\win\$(TCLSH) $(MAN2HELP) $(PROJECT) $(VERSION) $(ROOT)/doc
cd $(MAKEDIR)