summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorstwo <stwo>2012-08-06 11:45:10 (GMT)
committerstwo <stwo>2012-08-06 11:45:10 (GMT)
commit19e3b378a89091b1d0968a3db2b4f2ad493dc65a (patch)
treea4591c937eb46bdab81a4391ea93f1bb59250b23 /unix/Makefile.in
parent1febf9e8972ab607090b31e5debd278e35c55bda (diff)
downloadtcl-19e3b378a89091b1d0968a3db2b4f2ad493dc65a.zip
tcl-19e3b378a89091b1d0968a3db2b4f2ad493dc65a.tar.gz
tcl-19e3b378a89091b1d0968a3db2b4f2ad493dc65a.tar.bz2
Installer consistency tweaks.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 068cb12..0ede587 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -856,7 +856,7 @@ install-libraries: libraries
@echo "Installing package platform::shell 1.1.4 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform/shell-1.1.4.tm;
- @echo "Installing library encoding files to $(SCRIPT_INSTALL_DIR)/encoding/";
+ @echo "Installing encoding files to $(SCRIPT_INSTALL_DIR)/encoding/";
@for i in $(TOP_DIR)/library/encoding/*.enc ; do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/encoding; \
done;
@@ -867,7 +867,7 @@ install-libraries: libraries
fi
install-tzdata: ${NATIVE_TCLSH}
- @echo "Installing time zone data"
+ @echo "Installing time zone files to $(SCRIPT_INSTALL_DIR)/tzdata/"
@${NATIVE_TCLSH} $(TOOL_DIR)/installData.tcl \
$(TOP_DIR)/library/tzdata "$(SCRIPT_INSTALL_DIR)"/tzdata