summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorstwo <stwo>2012-08-06 19:42:42 (GMT)
committerstwo <stwo>2012-08-06 19:42:42 (GMT)
commit307e6caf5d141645d34ecebb2849192d28960461 (patch)
tree6e93e5144d12edc218992b61b4876f5967848a3e /unix/Makefile.in
parent5cd9eb694c45acd97d3f3093a7899c7c080eafb3 (diff)
downloadtk-307e6caf5d141645d34ecebb2849192d28960461.zip
tk-307e6caf5d141645d34ecebb2849192d28960461.tar.gz
tk-307e6caf5d141645d34ecebb2849192d28960461.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 366805a..7a8c994 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -772,13 +772,13 @@ install-libraries: libraries
else true; \
fi; \
done;
- @echo "Installing library files to $(SCRIPT_INSTALL_DIR)/";
+ @echo "Installing Tk library files to $(SCRIPT_INSTALL_DIR)/";
@for i in $(TOP_DIR)/library/*.tcl $(TOP_DIR)/library/tclIndex \
$(UNIX_DIR)/tkAppInit.c; \
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"; \
done;
- @echo "Installing library ttk files to $(SCRIPT_INSTALL_DIR)/ttk/";
+ @echo "Installing Ttk library files to $(SCRIPT_INSTALL_DIR)/ttk/";
@for i in $(TOP_DIR)/library/ttk/*.tcl; \
do \
if [ -f $$i ] ; then \