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 | 41c4cbfb4857ab8b96ab086b4edb2750715eb602 (patch) | |
tree | a722ce5a906ca0b3d991ae1915ac95b6cbc90658 /unix | |
parent | 64e39b2d5affa9c63dd65b8a93fdcf6105cc19a7 (diff) | |
download | tcl-41c4cbfb4857ab8b96ab086b4edb2750715eb602.zip tcl-41c4cbfb4857ab8b96ab086b4edb2750715eb602.tar.gz tcl-41c4cbfb4857ab8b96ab086b4edb2750715eb602.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; |