diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2008-10-02 19:01:30 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2008-10-02 19:01:30 (GMT) |
commit | 430612c9b1d9221b032c2c2dabbfed4a10570b50 (patch) | |
tree | 7c5087b839c039d878ec1e8c5a0022ae0953534a /win/makefile.vc | |
parent | ff1f43598ccc3d0a157e9bd32a7f48ecacf42331 (diff) | |
download | tcl-430612c9b1d9221b032c2c2dabbfed4a10570b50.zip tcl-430612c9b1d9221b032c2c2dabbfed4a10570b50.tar.gz tcl-430612c9b1d9221b032c2c2dabbfed4a10570b50.tar.bz2 |
Fixes for [Bug 1934272, 2072891]
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 fc9014e..2811c90 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.189 2008/08/29 12:37:18 dkf Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.190 2008/10/02 19:01:30 mistachkin Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -761,13 +761,12 @@ install-docs: !if exist($(CHMFILE)) @echo Installing compiled html help @$(CPY) "$(CHMFILE)" "$(DOC_INSTALL_DIR)\" -!else +!endif !if exist($(HELPFILE)) @echo Installing Windows help @$(CPY) "$(HELPFILE)" "$(DOC_INSTALL_DIR)\" @$(CPY) "$(HELPCNT)" "$(DOC_INSTALL_DIR)\" !endif -!endif #" #--------------------------------------------------------------------- |