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 | d866e7a8b9a1b19373c8806f06d711e8f0383770 (patch) | |
tree | e81681d3286945f747194ef6f8c87691c55a52e4 /tools | |
parent | 54cfbf68718876fd8152c2398cf1a141579bd151 (diff) | |
download | tcl-d866e7a8b9a1b19373c8806f06d711e8f0383770.zip tcl-d866e7a8b9a1b19373c8806f06d711e8f0383770.tar.gz tcl-d866e7a8b9a1b19373c8806f06d711e8f0383770.tar.bz2 |
One more "-encoding utf-8"
Diffstat (limited to 'tools')
-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 |