diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-09-19 13:00:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-09-19 13:00:02 (GMT) |
commit | ac04e17db79d9572aab9d187570f96dc55cc2f18 (patch) | |
tree | 233e08a4e15b429a05ca60fca66a2015a860ec25 /win/Makefile.in | |
parent | e755d9929697cde93b08afd9a139ae6fcdc932a4 (diff) | |
parent | 3abcbb2542b51d5fd6df940805672cba4660c3ec (diff) | |
download | tcl-ac04e17db79d9572aab9d187570f96dc55cc2f18.zip tcl-ac04e17db79d9572aab9d187570f96dc55cc2f18.tar.gz tcl-ac04e17db79d9572aab9d187570f96dc55cc2f18.tar.bz2 |
consistant use of capitals
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 5109e7a..0c6704b 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -584,23 +584,23 @@ install-binaries: binaries fi; \ done @if [ -f $(DDE_DLL_FILE) ]; then \ - echo installing $(DDE_DLL_FILE); \ + echo Installing $(DDE_DLL_FILE); \ $(COPY) $(DDE_DLL_FILE) $(LIB_INSTALL_DIR)/dde${DDEDOTVER}; \ $(COPY) $(ROOT_DIR)/library/dde/pkgIndex.tcl \ $(LIB_INSTALL_DIR)/dde${DDEDOTVER}; \ fi @if [ -f $(DDE_LIB_FILE) ]; then \ - echo installing $(DDE_LIB_FILE); \ + echo Installing $(DDE_LIB_FILE); \ $(COPY) $(DDE_LIB_FILE) $(LIB_INSTALL_DIR)/dde${DDEDOTVER}; \ fi @if [ -f $(REG_DLL_FILE) ]; then \ - echo installing $(REG_DLL_FILE); \ + echo Installing $(REG_DLL_FILE); \ $(COPY) $(REG_DLL_FILE) $(LIB_INSTALL_DIR)/reg${REGDOTVER}; \ $(COPY) $(ROOT_DIR)/library/reg/pkgIndex.tcl \ $(LIB_INSTALL_DIR)/reg${REGDOTVER}; \ fi @if [ -f $(REG_LIB_FILE) ]; then \ - echo installing $(REG_LIB_FILE); \ + echo Installing $(REG_LIB_FILE); \ $(COPY) $(REG_LIB_FILE) $(LIB_INSTALL_DIR)/reg${REGDOTVER}; \ fi |