diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2004-05-10 08:30:27 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2004-05-10 08:30:27 (GMT) |
commit | 68627b70d1bc24286b0af9a1780c9e87716d0790 (patch) | |
tree | d4fa9fae1d346e5abf7e1ec282aafc19d208e142 | |
parent | 8e06d0def6c92b01dc13f4b74fba6f9b986318cc (diff) | |
download | tk-68627b70d1bc24286b0af9a1780c9e87716d0790.zip tk-68627b70d1bc24286b0af9a1780c9e87716d0790.tar.gz tk-68627b70d1bc24286b0af9a1780c9e87716d0790.tar.bz2 |
Apply fix from tcl bug #950049 for make docs.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | win/makefile.vc | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2004-05-10 Pat Thoyts <patthoyts@users.sourceforge.net> + + * win/makefile.vc: Apply fix from tcl bug #950049 for make docs. + 2004-05-05 Jeff Hobbs <jeffh@ActiveState.com> * win/tkWinFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make sure diff --git a/win/makefile.vc b/win/makefile.vc index 9ee562b..dd06325 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.67.2.5 2003/11/17 02:20:20 dgp Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.67.2.6 2004/05/10 08:30:30 patthoyts Exp $ #------------------------------------------------------------------------------ !if "$(MSVCDIR)" == "" @@ -656,7 +656,7 @@ while {![eof $$f]} { } } close $$f -set f [open $(DOC_INSTALL_DIR:\=/)/tcl$(VERSION).cnt a] +set f [open "$(DOC_INSTALL_DIR:\=/)/tcl$(VERSION).cnt" a] puts $$f {:Include $(HLPBASE).cnt} close $$f << |