List:Internals« Previous MessageNext Message »
From:lenz Date:June 23 2005 9:30am
Subject:bk commit into 4.0 tree (lenz:1.2117)
View as plain text  
Below is the list of changes that have just been committed into a local
4.0 repository of lenz. When lenz does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2117 05/06/23 11:30:40 lenz@stripped +3 -0
  - fixed text file generation - the node names in the info page had changed

  Docs/Support/generate-text-files.pl
    1.4 05/06/23 11:30:37 lenz@stripped +1 -1
    - stop printing if the index was reached

  Docs/Makefile.am
    1.54 05/06/23 11:30:37 lenz@stripped +4 -4
    - fixed node names for the new info file

  BitKeeper/deleted/.del-generate-flag-images~f77476753fff8186
    1.5 05/06/23 11:27:21 lenz@stripped +0 -0
    Delete: Docs/Support/generate-flag-images

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	lenz
# Host:	metis.lenznet
# Root:	/space/my/mysql-4.0-build

--- 1.53/Docs/Makefile.am	2005-04-19 13:33:34 +02:00
+++ 1.54/Docs/Makefile.am	2005-06-23 11:30:37 +02:00
@@ -36,19 +36,19 @@
 GT = $(srcdir)/Support/generate-text-files.pl
 
 ../INSTALL-SOURCE:	mysql.info $(GT)
-	perl -w $(GT) mysql.info "Installing" "Tutorial" > $@
+	perl -w $(GT) mysql.info "installing-source" "windows-source-build" > $@
 
 # We put the description for the binary installation here so that
 # people who download source wont have to see it. It is moved up to
 # the toplevel by the script that makes the binary tar files.
 INSTALL-BINARY:	mysql.info $(GT)
-	perl -w $(GT) mysql.info "Installing binary" "Installing source" > $@
+	perl -w $(GT) mysql.info "installing-binary" "installing-source" > $@
 
 ../EXCEPTIONS-CLIENT: mysql.info $(GT)
-	perl -w $(GT) mysql.info "MySQL FLOSS License Exception" "Function Index" > $@
+	perl -w $(GT) mysql.info "mysql-floss-license-exception" "function-index" > $@
 
 ../support-files/MacOSX/ReadMe.txt:	mysql.info $(GT)
-	perl -w $(GT) mysql.info "Mac OS X installation" "NetWare installation" > $@
+	perl -w $(GT) mysql.info "mac-os-x-installation" "netware-installation" > $@
 
 # Don't update the files from bitkeeper
 %::SCCS/s.%

--- 1.3/Docs/Support/generate-text-files.pl	2003-07-16 12:06:52 +02:00
+++ 1.4/Docs/Support/generate-text-files.pl	2005-06-23 11:30:37 +02:00
@@ -13,7 +13,7 @@
 {
   if ($in)
   {
-    if (/Node: $tnode,/)
+    if (/Node: $tnode,/ || /\[index/)
     {
       $in = 0;
     }
Thread
bk commit into 4.0 tree (lenz:1.2117)lenz23 Jun