summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2009-11-02 00:04:47 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2009-11-02 00:04:47 (GMT)
commit43e9577d9668906d453aac7d1af0f8fa831a1070 (patch)
treec50016cd82dee84c52755a7d78eb4ece30dfb28d /win
parent0ef5b9412ae2939f58eb34644d07dcf47ef9b639 (diff)
downloadtcl-43e9577d9668906d453aac7d1af0f8fa831a1070.zip
tcl-43e9577d9668906d453aac7d1af0f8fa831a1070.tar.gz
tcl-43e9577d9668906d453aac7d1af0f8fa831a1070.tar.bz2
fixes for htmlhelp target
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 6b525021..3bcbbd1 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -13,7 +13,7 @@
# Copyright (c) 2003-2008 Pat Thoyts.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.201 2009/09/26 21:42:05 dkf Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.202 2009/11/02 00:04:48 mistachkin Exp $
#------------------------------------------------------------------------------
# Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
@@ -719,7 +719,7 @@ gentommath_h:
# NOTE: you can define HHC on the command-line to override this
!ifndef HHC
-HHC="%ProgramFiles%\HTML Help Workshop\hhc.exe"
+HHC=""%ProgramFiles%\HTML Help Workshop\hhc.exe""
!endif
HTMLDIR=$(ROOT)\html
HTMLBASE=TclTk$(VERSION)
@@ -730,7 +730,7 @@ htmlhelp: chmsetup $(CHMFILE)
$(CHMFILE): $(DOCDIR)\*
@$(TCLSH) $(TOOLSDIR)\tcltk-man2html.tcl
- @echo Compiling html help project
+ @echo Compiling HTML help project
@$(HHC) <<$(HHPFILE) >NUL
[OPTIONS]
Compatibility=1.1 or later
@@ -815,7 +815,7 @@ $(HELPRTF): $(MAN2TCL) $(MAN2HELP) $(MAN2HELP2) $(INDEX) $(DOCDIR)\*
install-docs:
!if exist("$(CHMFILE)")
- @echo Installing compiled html help
+ @echo Installing compiled HTML help
@$(CPY) "$(CHMFILE)" "$(DOC_INSTALL_DIR)\"
!endif
!if exist("$(HELPFILE)")