diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2013-05-08 08:40:22 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2013-05-08 08:40:22 (GMT) |
commit | e2a50ce38b041d5de04fe4452ddf710c5a9ea999 (patch) | |
tree | a722ce5a906ca0b3d991ae1915ac95b6cbc90658 /unix | |
parent | c8d7d8d2c4ef013886f128bb047b2c9a496a9608 (diff) | |
download | tcl-e2a50ce38b041d5de04fe4452ddf710c5a9ea999.zip tcl-e2a50ce38b041d5de04fe4452ddf710c5a9ea999.tar.gz tcl-e2a50ce38b041d5de04fe4452ddf710c5a9ea999.tar.bz2 |
Add install references and changes entry
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 3b14752..1c84540 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -838,8 +838,8 @@ install-libraries: libraries 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; |