summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-04-10 15:20:22 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-04-10 15:20:22 (GMT)
commitce099cf0ba29bb73a796d2f9d6bbceee34f38d44 (patch)
treec1d25ea7ba344b033a1f320d1170bfdebd8704f9 /win/makefile.vc
parentd4e787a455f335367306313c6963dcfb8b6e7707 (diff)
downloadtk-ce099cf0ba29bb73a796d2f9d6bbceee34f38d44.zip
tk-ce099cf0ba29bb73a796d2f9d6bbceee34f38d44.tar.gz
tk-ce099cf0ba29bb73a796d2f9d6bbceee34f38d44.tar.bz2
[Bug 3568760]: Tk documentation fails to build
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc2
1 files changed, 1 insertions, 1 deletions
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]