summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2004-05-10 08:30:27 (GMT)
committerpatthoyts <patthoyts@noemail.net>2004-05-10 08:30:27 (GMT)
commitb19932e01cc0c460bb402fbd75eae5b114f7910b (patch)
treed4fa9fae1d346e5abf7e1ec282aafc19d208e142 /win/makefile.vc
parentaa10eb68061d363c7870fbe50b3a3e4af6b870b6 (diff)
downloadtk-b19932e01cc0c460bb402fbd75eae5b114f7910b.zip
tk-b19932e01cc0c460bb402fbd75eae5b114f7910b.tar.gz
tk-b19932e01cc0c460bb402fbd75eae5b114f7910b.tar.bz2
Apply fix from tcl bug #950049 for make docs.
FossilOrigin-Name: 2dc7495f379f8e2bb2840cad26b325e8b1e78621
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc4
1 files changed, 2 insertions, 2 deletions
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
<<