diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | win/makefile.vc | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2013-04-10 Jan Nijtmans <nijtmans@users.sf.net> + + * win/makefile.vc: [Bug 3568760]: Tk documentation fails to build + 2013-04-01 Don Porter <dgp@users.sourceforge.net> *** 8.5.14 TAGGED FOR RELEASE *** diff --git a/win/makefile.vc b/win/makefile.vc index a7b0c0a..4c973d1 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -701,7 +701,7 @@ CHMFILE=$(HTMLDIR)\$(HTMLBASE).chm htmlhelp: chmsetup $(CHMFILE) $(CHMFILE): $(DOCDIR)\* - @$(TCLSH) $(TOOLSDIR)\tcltk-man2html.tcl + @$(TCLSH) $(TCLTOOLSDIR)\tcltk-man2html.tcl @echo Compiling HTML help project @$(HHC) <<$(HHPFILE) >NUL [OPTIONS] |