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
parent 3a5a151a
You can find information about how to install binary distributions at 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 The MySQL Reference Manual is also available in various formats on
http://dev.mysql.com/doc; if you're interested in the DocBook XML http://dev.mysql.com/doc; if you're interested in the DocBook XML
......
...@@ -13,19 +13,17 @@ ...@@ -13,19 +13,17 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # 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 # make sure that "make install" installs the info page, too
# automake only seems to take care of this automatically, # automake only seems to take care of this automatically,
# if we're building the info page from texi directly. # 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) $(mkinstalldirs) $(DESTDIR)$(infodir)
$(INSTALL_DATA) $(srcdir)/mysql.info $(DESTDIR)$(infodir) $(INSTALL_DATA) $(srcdir)/mysql.info $(DESTDIR)$(infodir)
$(INSTALL_DATA) $(srcdir)/INSTALL-BINARY $(DESTDIR)$(infodir)
uninstall-local: uninstall-local:
@RM@ -f $(DESTDIR)$(infodir)/mysql.info @RM@ -f $(DESTDIR)$(infodir)/mysql.info
@RM@ -f $(DESTDIR)$(infodir)/INSTALL-BINARY
# Don't update the files from bitkeeper # Don't update the files from bitkeeper
%::SCCS/s.% %::SCCS/s.%
You can find information about how to install from a source distributions at 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 The MySQL Reference Manual is also available in various formats on
http://dev.mysql.com/doc; if you're interested in the DocBook XML http://dev.mysql.com/doc; if you're interested in the DocBook XML
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
You can find information about how to install from a Windows source You can find information about how to install from a Windows source
distributions at 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 The MySQL Reference Manual is also available in various formats on
http://dev.mysql.com/doc; if you're interested in the DocBook XML http://dev.mysql.com/doc; if you're interested in the DocBook XML
......
You can find information about how to install on Mac OS X at 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 The MySQL Reference Manual is also available in various formats on
http://dev.mysql.com/doc; if you're interested in the DocBook XML http://dev.mysql.com/doc; if you're interested in the DocBook XML
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment