diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-04-15 15:21:25 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-04-15 15:21:25 (GMT) |
commit | 88015c9cc34a1db7df41ea238449c2df7b313d9c (patch) | |
tree | e81681d3286945f747194ef6f8c87691c55a52e4 /tools/Makefile.in | |
parent | 866ed4fd2982e2fea74c65f748cf1716dab3bd4f (diff) | |
download | tcl-88015c9cc34a1db7df41ea238449c2df7b313d9c.zip tcl-88015c9cc34a1db7df41ea238449c2df7b313d9c.tar.gz tcl-88015c9cc34a1db7df41ea238449c2df7b313d9c.tar.bz2 |
One more "-encoding utf-8"
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 5e9f88e..7ca7094 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -53,7 +53,7 @@ core: rtf: $(TCL_SOURCE)/tools/man2help.tcl man2tcl $(DOCS) LD_LIBRARY_PATH=$(TCL_BIN_DIR) \ TCL_LIBRARY=$(TCL_SOURCE)/library \ - $(TCLSH) $(TCL_SOURCE)/tools/man2help.tcl tcl "$(VER)" $(DOCS) + $(TCLSH) -encoding utf-8 $(TCL_SOURCE)/tools/man2help.tcl tcl "$(VER)" $(DOCS) winhelp: tcl.rtf |