summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-12 16:41:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-12 16:41:00 (GMT)
commit1e68c55e8cb08c12893149cf9ad885559e1e7dd8 (patch)
tree6c9ecfef1c63642b74055c9c5d99926f33badf1e /unix
parent10d9c1d837807e684b22ac03e1b1716a30d86909 (diff)
downloadtcl-1e68c55e8cb08c12893149cf9ad885559e1e7dd8.zip
tcl-1e68c55e8cb08c12893149cf9ad885559e1e7dd8.tar.gz
tcl-1e68c55e8cb08c12893149cf9ad885559e1e7dd8.tar.bz2
In Tcl 9, we don't need "-encoding utf-8" here any more
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index e06f749..801a3f5 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2488,7 +2488,7 @@ html-tk: ${NATIVE_TCLSH}
@EXTRA_BUILD_HTML@
BUILD_HTML = \
- @${NATIVE_TCLSH} -encoding utf-8 $(TOOL_DIR)/tcltk-man2html.tcl \
+ @${NATIVE_TCLSH} $(TOOL_DIR)/tcltk-man2html.tcl \
--useversion=$(MAJOR_VERSION).$(MINOR_VERSION) \
--htmldir="$(HTML_INSTALL_DIR)" \
--srcdir=$(TOP_DIR) $(BUILD_HTML_FLAGS)