summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2014-05-31 20:47:23 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2014-05-31 20:47:23 (GMT)
commit4e7d04385e3894b881f8be44e2c25dc2931ac896 (patch)
tree915ee2064b1b02e2f00da4b01541fd5b5b49cfd2 /win/Makefile.in
parent05d7219df407962b911753fc48b32c990197a0d0 (diff)
parent46ab1371a7cbd2e6d244d043a47d5123a716be33 (diff)
downloadtcl-4e7d04385e3894b881f8be44e2c25dc2931ac896.zip
tcl-4e7d04385e3894b881f8be44e2c25dc2931ac896.tar.gz
tcl-4e7d04385e3894b881f8be44e2c25dc2931ac896.tar.bz2
merge trunk
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index fd80010..67cf66a 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -850,8 +850,10 @@ TOOL_DIR=$(ROOT_DIR)/tools
HTML_INSTALL_DIR=$(ROOT_DIR)/html
html:
$(MAKE) shell SCRIPT="$(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(HTML_INSTALL_DIR) --srcdir=$(ROOT_DIR)/.. $(BUILD_HTML_FLAGS)"
+
html-tcl: $(TCLSH)
$(MAKE) shell SCRIPT="$(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(HTML_INSTALL_DIR) --srcdir=$(ROOT_DIR)/.. $(BUILD_HTML_FLAGS) --tcl"
+
html-tk: $(TCLSH)
$(MAKE) shell SCRIPT="$(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(HTML_INSTALL_DIR) --srcdir=$(ROOT_DIR)/.. $(BUILD_HTML_FLAGS) --tk"