winemaker: Update manpage.
This commit is contained in:
parent
2100cb6196
commit
5b4b4955be
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- nroff -*-
|
.\" -*- nroff -*-
|
||||||
.TH WINEMAKER 1 "February 2009" "@PACKAGE_STRING@" "Wine Developers Manual"
|
.TH WINEMAKER 1 "May 2009" "@PACKAGE_STRING@" "Wine Developers Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
winemaker \- generate a build infrastructure for compiling Windows programs on Unix
|
winemaker \- generate a build infrastructure for compiling Windows programs on Unix
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -30,6 +30,10 @@ winemaker \- generate a build infrastructure for compiling Windows programs on U
|
||||||
.br
|
.br
|
||||||
[
|
[
|
||||||
.IR "--generated-files " "] [ " "--nogenerated-files " "]
|
.IR "--generated-files " "] [ " "--nogenerated-files " "]
|
||||||
|
]
|
||||||
|
.br
|
||||||
|
[
|
||||||
|
.IR "--wine64 " "]
|
||||||
.br
|
.br
|
||||||
.IR "work_directory" "| " "project_file" "| " "workspace_file"
|
.IR "work_directory" "| " "project_file" "| " "workspace_file"
|
||||||
|
|
||||||
|
@ -167,6 +171,9 @@ Tells winemaker to generate the build the Makefile. This is the default.
|
||||||
.TP
|
.TP
|
||||||
.I --nogenerated-files
|
.I --nogenerated-files
|
||||||
Tells winemaker not to generate the Makefile.
|
Tells winemaker not to generate the Makefile.
|
||||||
|
.TP
|
||||||
|
.I --wine64
|
||||||
|
Tells winemaker to generate a 64-bit Makefile.
|
||||||
|
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Reference in New Issue