List:Commits« Previous MessageNext Message »
From:kent Date:November 2 2007 11:59am
Subject:bk commit into 5.0 tree (kent:1.2553)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent 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@stripped, 2007-11-02 12:59:45+01:00, kent@stripped +5 -0
  Makefile.am:
    Added manual.chm to EXTRA_DIST
    Removed install of INSTALL-BINARY, handled
    by install scripts.
  ReadMe.txt, INSTALL-WIN-SOURCE, INSTALL-BINARY, INSTALL-SOURCE:
    Updated links to version 5.0 of the manual

  Docs/INSTALL-BINARY@stripped, 2007-11-02 12:58:10+01:00, kent@stripped +1 -1
    Updated links to version 5.0 of the manual

  Docs/Makefile.am@stripped, 2007-11-02 12:58:49+01:00, kent@stripped +2 -4
    Added manual.chm to EXTRA_DIST
    Removed install of INSTALL-BINARY, handled
    by install scripts.

  INSTALL-SOURCE@stripped, 2007-11-02 12:58:10+01:00, kent@stripped +1 -1
    Updated links to version 5.0 of the manual

  INSTALL-WIN-SOURCE@stripped, 2007-11-02 12:58:10+01:00, kent@stripped +1 -1
    Updated links to version 5.0 of the manual

  support-files/MacOSX/ReadMe.txt@stripped, 2007-11-02 12:58:10+01:00, kent@stripped +1 -1
    Updated links to version 5.0 of the manual

diff -Nrup a/Docs/INSTALL-BINARY b/Docs/INSTALL-BINARY
--- a/Docs/INSTALL-BINARY	2007-11-02 01:29:32 +01:00
+++ b/Docs/INSTALL-BINARY	2007-11-02 12:58:10 +01:00
@@ -1,7 +1,7 @@
 
 You can find information about how to install binary distributions at
 
-  http://dev.mysql.com/doc/refman/4.1/en/quick-standard-installation.html
+  http://dev.mysql.com/doc/refman/5.0/en/quick-standard-installation.html
 
 The MySQL Reference Manual is also available in various formats on
 http://dev.mysql.com/doc; if you're interested in the DocBook XML
diff -Nrup a/Docs/Makefile.am b/Docs/Makefile.am
--- a/Docs/Makefile.am	2007-11-02 12:44:46 +01:00
+++ b/Docs/Makefile.am	2007-11-02 12:58:49 +01:00
@@ -13,19 +13,17 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-EXTRA_DIST =		mysql.info INSTALL-BINARY
+EXTRA_DIST =		manual.chm mysql.info INSTALL-BINARY
 
 # make sure that "make install" installs the info page, too
 # automake only seems to take care of this automatically,
 # if we're building the info page from texi directly.
-install-data-hook:	$(srcdir)/mysql.info $(srcdir)/INSTALL-BINARY
+install-data-hook:	$(srcdir)/mysql.info
 	$(mkinstalldirs) $(DESTDIR)$(infodir)
 	$(INSTALL_DATA) $(srcdir)/mysql.info $(DESTDIR)$(infodir)
-	$(INSTALL_DATA) $(srcdir)/INSTALL-BINARY $(DESTDIR)$(infodir)
 
 uninstall-local:
 	@RM@ -f $(DESTDIR)$(infodir)/mysql.info
-	@RM@ -f $(DESTDIR)$(infodir)/INSTALL-BINARY
 
 # Don't update the files from bitkeeper
 %::SCCS/s.%
diff -Nrup a/INSTALL-SOURCE b/INSTALL-SOURCE
--- a/INSTALL-SOURCE	2007-11-02 01:29:32 +01:00
+++ b/INSTALL-SOURCE	2007-11-02 12:58:10 +01:00
@@ -1,7 +1,7 @@
 
 You can find information about how to install from a source distributions at
 
-  http://dev.mysql.com/doc/refman/4.1/en/installing-source.html
+  http://dev.mysql.com/doc/refman/5.0/en/installing-source.html
 
 The MySQL Reference Manual is also available in various formats on
 http://dev.mysql.com/doc; if you're interested in the DocBook XML
diff -Nrup a/INSTALL-WIN-SOURCE b/INSTALL-WIN-SOURCE
--- a/INSTALL-WIN-SOURCE	2007-11-02 12:36:29 +01:00
+++ b/INSTALL-WIN-SOURCE	2007-11-02 12:58:10 +01:00
@@ -2,7 +2,7 @@
 You can find information about how to install from a Windows source
 distributions at
 
-  http://dev.mysql.com/doc/refman/4.1/en/windows-source-build.html
+  http://dev.mysql.com/doc/refman/5.0/en/windows-source-build.html
 
 The MySQL Reference Manual is also available in various formats on
 http://dev.mysql.com/doc; if you're interested in the DocBook XML
diff -Nrup a/support-files/MacOSX/ReadMe.txt b/support-files/MacOSX/ReadMe.txt
--- a/support-files/MacOSX/ReadMe.txt	2007-11-02 01:29:32 +01:00
+++ b/support-files/MacOSX/ReadMe.txt	2007-11-02 12:58:10 +01:00
@@ -1,7 +1,7 @@
 
 You can find information about how to install on Mac OS X at
 
-  http://dev.mysql.com/doc/refman/4.1/en/mac-os-x-installation.html
+  http://dev.mysql.com/doc/refman/5.0/en/mac-os-x-installation.html
 
 The MySQL Reference Manual is also available in various formats on
 http://dev.mysql.com/doc; if you're interested in the DocBook XML
Thread
bk commit into 5.0 tree (kent:1.2553)kent2 Nov