~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to man/make_win_bin_dist.1

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBmake_win_bin_dist\fR
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 07/06/2010
 
5
.\"      Date: 12/16/2011
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.1
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBMAKE_WIN_BIN_DIST" "1" "07/06/2010" "MySQL 5\&.1" "MySQL Database System"
 
10
.TH "\FBMAKE_WIN_BIN_DIST" "1" "12/16/2011" "MySQL 5\&.1" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------
20
20
.\" -----------------------------------------------------------------
21
21
.\" make_win_bin_dist
22
22
.SH "NAME"
23
 
make_win_bin_dist \- package MySQL distribution as ZIP archive
 
23
make_win_bin_dist \- package MySQL distribution as Zip archive
24
24
.SH "SYNOPSIS"
25
25
.HP \w'\fBmake_win_bin_dist\ [\fR\fB\fIoptions\fR\fR\fB]\ \fR\fB\fIpackage_basename\fR\fR\fB\ [\fR\fB\fIcopy_def\fR\fR\fB\ \&.\&.\&.]\fR\ 'u
26
26
\fBmake_win_bin_dist [\fR\fB\fIoptions\fR\fR\fB] \fR\fB\fIpackage_basename\fR\fR\fB [\fR\fB\fIcopy_def\fR\fR\fB \&.\&.\&.]\fR
27
27
.SH "DESCRIPTION"
28
28
.PP
29
 
This script is used on Windows after building a MySQL distribution from source to create executable programs\&. It packages the binaries and support files into a ZIP archive that can be unpacked at the location where you want to install MySQL\&.
 
29
This script is used on Windows after building a MySQL distribution from source to create executable programs\&. It packages the binaries and support files into a Zip archive that can be unpacked at the location where you want to install MySQL\&.
30
30
.PP
31
31
\fBmake_win_bin_dist\fR
32
32
is a shell script, so you must have Cygwin installed to use it\&.
45
45
.PP
46
46
The
47
47
\fIpackage_basename\fR
48
 
argument provides the basename for the resulting ZIP archive\&. This name will be the name of the directory that results from unpacking the archive\&.
 
48
argument provides the basename for the resulting Zip archive\&. This name will be the name of the directory that results from unpacking the archive\&.
49
49
.PP
50
 
Because you might want to include files of directories from other builds, you can instruct this script do copy them in for you, via
 
50
Because you might want to include files of directories from other builds, you can instruct this script to copy them in for you, using
51
51
\fIcopy_def\fR
52
 
arguments, which of which is of the form
 
52
arguments, which have the form
53
53
\fIrelative_dest_name\fR=\fIsource_name\fR\&.
54
54
.PP
55
55
Example:
169
169
.SH "COPYRIGHT"
170
170
.br
171
171
.PP
172
 
Copyright \(co 1997, 2010, Oracle and/or its affiliates. All rights reserved.
 
172
Copyright \(co 1997, 2011, Oracle and/or its affiliates. All rights reserved.
173
173
.PP
174
174
This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
175
175
.PP