summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2016-08-09 21:03:28 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2016-08-09 21:03:28 (GMT)
commit5001d7d18cbfc0c98c61be789a68c5f568cca7ed (patch)
tree71d7bfbc0868f993bcd09a5edef7ae424f3b808a /win
parentd823d4a2d57b7cc68a6e3e158f0d0946af2f3224 (diff)
downloadtcl-5001d7d18cbfc0c98c61be789a68c5f568cca7ed.zip
tcl-5001d7d18cbfc0c98c61be789a68c5f568cca7ed.tar.gz
tcl-5001d7d18cbfc0c98c61be789a68c5f568cca7ed.tar.bz2
Fix the 'htmlhelp' target so that it compiles cleanly and includes all the appropriate HTML files.
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc14
1 files changed, 7 insertions, 7 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index eb9a594..7c65aea 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -747,7 +747,7 @@ htmlhelp: chmsetup $(CHMFILE)
$(CHMFILE): $(DOCDIR)\*
@$(TCLSH) $(TOOLSDIR)\tcltk-man2html.tcl
@echo Compiling HTML help project
- @$(HHC) <<$(HHPFILE) >NUL
+ -$(HHC) <<$(HHPFILE) >NUL
[OPTIONS]
Compatibility=1.1 or later
Compiled file=$(HTMLBASE).chm
@@ -758,12 +758,12 @@ Title=Tcl/Tk $(DOT_VERSION) Help
[FILES]
contents.htm
docs.css
-Keywords
-TclCmd
-TclLib
-TkCmd
-TkLib
-UserCmd
+Keywords\*.htm
+TclCmd\*.htm
+TclLib\*.htm
+TkCmd\*.htm
+TkLib\*.htm
+UserCmd\*.htm
<<
chmsetup: