diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-24 15:29:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-24 15:29:11 (GMT) |
commit | 231fd112f959c258117188b044681643f30129f1 (patch) | |
tree | d3c3a9e9938c44a0437c988559ba263b612c7fc8 /unix | |
parent | 9a6a7030e80397a55a4ee8d090ec9f85b585f13d (diff) | |
parent | 70a3d08fc4eb639c20c5613ea5952a0dfdd5e935 (diff) | |
download | tcl-231fd112f959c258117188b044681643f30129f1.zip tcl-231fd112f959c258117188b044681643f30129f1.tar.gz tcl-231fd112f959c258117188b044681643f30129f1.tar.bz2 |
Merge 8.7
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 48837e4..e7dee7a 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2445,7 +2445,7 @@ html-tk: ${NATIVE_TCLSH} @EXTRA_BUILD_HTML@ BUILD_HTML = \ - @${NATIVE_TCLSH} $(TOOL_DIR)/tcltk-man2html.tcl \ + @${NATIVE_TCLSH} -encoding utf-8 $(TOOL_DIR)/tcltk-man2html.tcl \ --useversion=$(MAJOR_VERSION).$(MINOR_VERSION) \ --htmldir="$(HTML_INSTALL_DIR)" \ --srcdir=$(TOP_DIR) $(BUILD_HTML_FLAGS) |