List:Internals« Previous MessageNext Message »
From:paul Date:May 23 2005 12:13pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.2707)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2707 05/05/23 07:13:07 paul@stripped +1 -0
  manual.texi:
    Fix reversed program names.

  Docs/manual.texi
    1.2927 05/05/23 07:12:52 paul@stripped +2 -2
    Fix reversed program names.

# 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:	paul
# Host:	frost.snake.net
# Root:	/Volumes/frost2/MySQL/bk/mysqldoc

--- 1.2926/Docs/manual.texi	2005-05-22 21:31:48 -05:00
+++ 1.2927/Docs/manual.texi	2005-05-23 07:12:52 -05:00
@@ -8447,7 +8447,7 @@
 shell> bk -r edit
 shell> aclocal; autoheader
 shell> libtoolize --automake --force
-shell> autoconf --force --add-missing; automake
+shell> automake --force --add-missing; autoconf
 shell> (cd innobase; aclocal; autoheader; autoconf; automake)
 shell> (cd bdb/dist; sh s_all)
 shell> ./configure  # Add your favorite options here
@@ -8460,7 +8460,7 @@
 @example
 shell> aclocal; autoheader
 shell> libtoolize --automake --force
-shell> autoconf --force --add-missing; automake
+shell> automake --force --add-missing; autoconf
 shell> (cd innobase; aclocal; autoheader; autoconf; automake)
 shell> (cd bdb/dist; sh s_all)
 @end example
Thread
bk commit - mysqldoc@docsrva tree (paul:1.2707)paul23 May