Skip to content

Commit d3894da

Browse files
author
[email protected]/kent-amd64.(none)
committed
Merge mysql.com:/home/kent/bk/bug25205/mysql-5.0-build
into mysql.com:/home/kent/bk/bug25205/mysql-5.1-build
2 parents b5e97b4 + ee295af commit d3894da

File tree

7 files changed

+37
-125
lines changed

7 files changed

+37
-125
lines changed

Docs/INSTALL-BINARY

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
You can find information about how to install binary distributions at
3+
4+
http://dev.mysql.com/doc/refman/5.0/en/quick-standard-installation.html
5+
6+
The MySQL Reference Manual is also available in various formats on
7+
http://dev.mysql.com/doc; if you're interested in the DocBook XML
8+
sources go to http://svn.mysql.com.

Docs/Makefile.am

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,7 @@
1313
# along with this program; if not, write to the Free Software
1414
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1515

16-
noinst_SCRIPTS = generate-text-files.pl
17-
18-
EXTRA_DIST = $(noinst_SCRIPTS) manual.chm mysql.info INSTALL-BINARY
19-
20-
TXT_FILES= ../INSTALL-SOURCE ../INSTALL-WIN-SOURCE \
21-
INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt
22-
23-
all-local: $(TXT_FILES)
16+
EXTRA_DIST = manual.chm mysql.info INSTALL-BINARY
2417

2518
# make sure that "make install" installs the info page, too
2619
# automake only seems to take care of this automatically,
@@ -32,38 +25,5 @@ install-data-hook: $(srcdir)/mysql.info
3225
uninstall-local:
3326
@RM@ -f $(DESTDIR)$(infodir)/mysql.info
3427

35-
# Problems with "make distclean", works differently for make files
36-
# generated by different versions of the automake. Some require the
37-
# generated files explicitly in DISTCLEANFILES.
38-
DISTCLEANFILES = $(TXT_FILES)
39-
40-
# This target is not used in builds, just for convinience
41-
CLEAN_FILES: $(TXT_FILES)
42-
touch $(TXT_FILES)
43-
44-
GT = $(srcdir)/generate-text-files.pl
45-
46-
../INSTALL-SOURCE: $(srcdir)/mysql.info $(GT)
47-
perl -w $(GT) $(srcdir)/mysql.info "installing-source" "windows-source-build" > $@
48-
49-
../INSTALL-WIN-SOURCE: $(srcdir)/mysql.info $(GT)
50-
perl -w $(GT) $(srcdir)/mysql.info "windows-source-build" "post-installation" > $@
51-
52-
# We put the description for the binary installation here so that
53-
# people who download source wont have to see it. It is moved up to
54-
# the toplevel by the script that makes the binary tar files.
55-
INSTALL-BINARY: $(srcdir)/mysql.info $(GT)
56-
perl -w $(GT) $(srcdir)/mysql.info "installing-binary" "installing-source" > $@
57-
58-
../support-files/MacOSX/ReadMe.txt: $(srcdir)/mysql.info $(GT)
59-
perl -w $(GT) $(srcdir)/mysql.info "mac-os-x-installation" "netware-installation" > $@
60-
61-
# Include the Windows manual.chm in source .tar.gz only if available.
62-
# It is not in BitKeeper, but is downloaded from intranet by Bootstrap.
63-
dist-hook:
64-
if [ -e $(srcdir)/manual.chm ] ; then \
65-
cp -f $(srcdir)/manual.chm $(distdir); \
66-
fi
67-
6828
# Don't update the files from bitkeeper
6929
%::SCCS/s.%

Docs/generate-text-files.pl

Lines changed: 0 additions & 58 deletions
This file was deleted.

Docs/mysql.info

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
1-
This is mysql.info, produced by makeinfo version 4.8 from manual.texi.
21

3-
START-INFO-DIR-ENTRY
4-
* mysql: (mysql). MySQL documentation.
5-
END-INFO-DIR-ENTRY
6-
7-
8-
File: mysql.info, Node: Top, Next: (dir), Prev: (dir), Up: (dir)
9-
10-
This is an empty placeholder file for the MySQL manual.
11-
12-
The MySQL manual is now maintained in a separate BitKeeper source tree!
13-
Please see `http://www.mysql.com/doc/en/Installing_source_tree.html'
14-
for more info on how to work with BitKeeper.
15-
16-
This file will be replaced with the current `mysql.info' when building
17-
the official source distribution.
18-
19-
You can find a specific manual for any older version of MySQL in the
20-
binary or source distribution for that version.
21-
22-
23-
24-
Tag Table:
25-
Node: Top166
26-
27-
End Tag Table
2+
The MySQL Reference Manual is available in various formats on
3+
http://dev.mysql.com/doc; if you're interested in the DocBook XML
4+
sources go to http://svn.mysql.com.

INSTALL-SOURCE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
You can find information about how to install from a source distributions at
3+
4+
http://dev.mysql.com/doc/refman/5.0/en/installing-source.html
5+
6+
The MySQL Reference Manual is also available in various formats on
7+
http://dev.mysql.com/doc; if you're interested in the DocBook XML
8+
sources go to http://svn.mysql.com.

INSTALL-WIN-SOURCE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
You can find information about how to install from a Windows source
3+
distributions at
4+
5+
http://dev.mysql.com/doc/refman/5.0/en/windows-source-build.html
6+
7+
The MySQL Reference Manual is also available in various formats on
8+
http://dev.mysql.com/doc; if you're interested in the DocBook XML
9+
sources go to http://svn.mysql.com.

support-files/MacOSX/ReadMe.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
You can find information about how to install on Mac OS X at
3+
4+
http://dev.mysql.com/doc/refman/5.0/en/mac-os-x-installation.html
5+
6+
The MySQL Reference Manual is also available in various formats on
7+
http://dev.mysql.com/doc; if you're interested in the DocBook XML
8+
sources go to http://svn.mysql.com.

0 commit comments

Comments
 (0)