diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2014-05-31 20:47:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2014-05-31 20:47:23 (GMT) |
commit | 4e7d04385e3894b881f8be44e2c25dc2931ac896 (patch) | |
tree | 915ee2064b1b02e2f00da4b01541fd5b5b49cfd2 /win/Makefile.in | |
parent | 05d7219df407962b911753fc48b32c990197a0d0 (diff) | |
parent | 46ab1371a7cbd2e6d244d043a47d5123a716be33 (diff) | |
download | tcl-4e7d04385e3894b881f8be44e2c25dc2931ac896.zip tcl-4e7d04385e3894b881f8be44e2c25dc2931ac896.tar.gz tcl-4e7d04385e3894b881f8be44e2c25dc2931ac896.tar.bz2 |
merge trunk
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 2 |
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" |