diff options
author | davygrvy <davygrvy@noemail.net> | 2001-11-28 01:05:53 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@noemail.net> | 2001-11-28 01:05:53 (GMT) |
commit | 5cc60bf6bb4f2eb98a81fc8fcf1ffa62f80bde69 (patch) | |
tree | 59101d699b6ef674eeab3602030f50a3d9a47414 /win/makefile.vc | |
parent | ebe3221081964aaaf092950050b4599bb9448999 (diff) | |
download | tcl-5cc60bf6bb4f2eb98a81fc8fcf1ffa62f80bde69.zip tcl-5cc60bf6bb4f2eb98a81fc8fcf1ffa62f80bde69.tar.gz tcl-5cc60bf6bb4f2eb98a81fc8fcf1ffa62f80bde69.tar.bz2 |
Removed the Tk reference for the 'winhelp' target. Converge at install will
need to be the solution.
FossilOrigin-Name: 2e1304b87c8a65b95fa1ff19e662a04c01116f95
Diffstat (limited to 'win/makefile.vc')
-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) |