summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2012-11-08 13:50:06 (GMT)
committerdgp@users.sourceforge.net <dgp>2012-11-08 13:50:06 (GMT)
commit82336e1ab38676eab8dee4dddc10992efac94cdc (patch)
tree6097068c779fa97b8d100bd0e78892fe070e9a03
parent344c113f05d26a620f0376abd8007e2ccd7b1c4c (diff)
parentb183ef434a85881a338933d8b3fb9258b46bb9a3 (diff)
downloadtcl-82336e1ab38676eab8dee4dddc10992efac94cdc.zip
tcl-82336e1ab38676eab8dee4dddc10992efac94cdc.tar.gz
tcl-82336e1ab38676eab8dee4dddc10992efac94cdc.tar.bz2
Missing bits of the msgcat 1.4 -> 1.5 bump.
-rw-r--r--doc/msgcat.n2
-rw-r--r--win/makefile.bc8
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/msgcat.n b/doc/msgcat.n
index af6be7f..57fbb78 100644
--- a/doc/msgcat.n
+++ b/doc/msgcat.n
@@ -5,7 +5,7 @@
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
.so man.macros
-.TH "msgcat" n 1.4 msgcat "Tcl Bundled Packages"
+.TH "msgcat" n 1.5 msgcat "Tcl Bundled Packages"
.BS
'\" Note: do not modify the .SH NAME line immediately below!
.SH NAME
diff --git a/win/makefile.bc b/win/makefile.bc
index d17c624..18bfa28 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -433,10 +433,10 @@ install-libraries:
-@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\opt0.4"
-@copy "$(ROOT)\library\opt\optparse.tcl" "$(SCRIPT_INSTALL_DIR)\opt0.4"
-@copy "$(ROOT)\library\opt\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\opt0.4"
- @echo installing msgcat1.4
- -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\msgcat1.4"
- -@copy "$(ROOT)\library\msgcat\msgcat.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.4"
- -@copy "$(ROOT)\library\msgcat\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.4"
+ @echo installing msgcat1.5
+ -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\msgcat1.5"
+ -@copy "$(ROOT)\library\msgcat\msgcat.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.5"
+ -@copy "$(ROOT)\library\msgcat\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.5"
@echo installing tcltest2.3
-@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\tcltest2.3"
-@copy "$(ROOT)\library\tcltest\tcltest.tcl" "$(SCRIPT_INSTALL_DIR)\tcltest2.3"