diff options
author | davygrvy <davygrvy@pobox.com> | 2001-11-28 01:05:53 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2001-11-28 01:05:53 (GMT) |
commit | 61ee97b706d07c5bae59d9d13ee92c0510b36f94 (patch) | |
tree | 59101d699b6ef674eeab3602030f50a3d9a47414 /win | |
parent | 7909e5e83902e4f1388442739d1f0150a6563581 (diff) | |
download | tcl-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')
-rw-r--r-- | win/makefile.vc | 5 |
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) |