diff options
Diffstat (limited to 'tools/encoding/README')
-rw-r--r-- | tools/encoding/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/encoding/README b/tools/encoding/README index 65b0a91..0713f4e 100644 --- a/tools/encoding/README +++ b/tools/encoding/README @@ -1,5 +1,5 @@ -Use "make" to compile all the encoding files (*.txt,*.esc) into the format -that Tcl can use (*.enc). It is the caller's responsibility to move the -generated .enc files to the appropriate place (the $TCL_LIBRARY/encoding -directory). +On Unix, use "make" to compile all the encoding files (*.txt,*.esc) +into the format that Tcl can use (*.enc). It is the caller's +responsibility to move the generated .enc files to the appropriate +place (the $TCL_LIBRARY/encoding directory). |