summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-05-28 07:18:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-05-28 07:18:42 (GMT)
commit43cea24ef3fcb0309b21d7cbeaa516c5d7f4ed0c (patch)
tree4642dc4f7c036b26de0ae0e6c53f8602b6960ada /unix
parent4b5869de07f3d7b9b9ea45f102e8828042ec1ee2 (diff)
parentb12676f0d0f6201a6b1bc254b52e331b1121f221 (diff)
downloadtcl-43cea24ef3fcb0309b21d7cbeaa516c5d7f4ed0c.zip
tcl-43cea24ef3fcb0309b21d7cbeaa516c5d7f4ed0c.tar.gz
tcl-43cea24ef3fcb0309b21d7cbeaa516c5d7f4ed0c.tar.bz2
3036566 - Get msgcat locale for Win Vista+ first from gui language registry key.
Bumped msgcat to version 1.5.2. Minor manpage corrections.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 22656d5..34c7165 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -773,8 +773,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \
done;
- @echo "Installing package msgcat 1.5.1 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.1.tm;
+ @echo "Installing package msgcat 1.5.2 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.2.tm;
@echo "Installing package tcltest 2.3.5 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.5.tm;