summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorkent@mysql.com/kent-amd64.(none) <>2007-11-02 12:59:45 +0100
committerkent@mysql.com/kent-amd64.(none) <>2007-11-02 12:59:45 +0100
commitee295affba6b71679af7fb873c225b27629b17a1 (patch)
tree834fc1128ec7da783091660ca3ed547e58707156 /Docs
parent3a5a151a8687679b5d8b6045990ecb8679cc567e (diff)
downloadmariadb-git-ee295affba6b71679af7fb873c225b27629b17a1.tar.gz
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
Diffstat (limited to 'Docs')
-rw-r--r--Docs/INSTALL-BINARY2
-rw-r--r--Docs/Makefile.am6
2 files changed, 3 insertions, 5 deletions
diff --git a/Docs/INSTALL-BINARY b/Docs/INSTALL-BINARY
index 54d10028dc3..ba7e72af94d 100644
--- a/Docs/INSTALL-BINARY
+++ b/Docs/INSTALL-BINARY
@@ -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 --git a/Docs/Makefile.am b/Docs/Makefile.am
index 95a04862406..d161836aaca 100644
--- a/Docs/Makefile.am
+++ b/Docs/Makefile.am
@@ -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.%