Upgrade winemaker man page for the two options added at version

0.5.8.
This commit is contained in:
Bill Medland 2001-10-02 17:47:34 +00:00 committed by Alexandre Julliard
parent ab968455cd
commit a30411012c
1 changed files with 12 additions and 3 deletions

View File

@ -1,11 +1,11 @@
.\" -*- nroff -*- .\" -*- nroff -*-
.TH WINEMAKER 1 "November 1, 2000" "Version 0.5.1" "Windows On Unix" .TH WINEMAKER 1 "September 27, 2001" "Version 0.5.8" "Windows On Unix"
.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
.B "winemaker " .B "winemaker "
[ [
.IR "--nobanner " "] [ " "--backup " "| " "--nobackup " .IR "--nobanner " "] [ " "--backup " "| " "--nobackup " "] [ "--nosource-fix "
] ]
.br .br
[ [
@ -33,7 +33,7 @@ winemaker \- generate a build infrastructure for compiling Windows programs on U
] ]
.br .br
[ [
.IR "--generated-files " "] [ " "--nogenerated-files " .IR "--generated-files " "] [ " "--nogenerated-files " "] [ " "--nogenerated-specs "
] ]
.SH DESCRIPTION .SH DESCRIPTION
@ -81,6 +81,10 @@ makes changes. This is the default.
.I --nobackup .I --nobackup
Tells winemaker not to backup modified source files. Tells winemaker not to backup modified source files.
.TP .TP
.I --nosource-fix
Directs winemaker not to try fixing the source files (e.g. Dos to Unix
conversion). This prevents complaints if the files are readonly.
.TP
.I --lower-all .I --lower-all
Tells winemaker to rename all files and directories to lowercase. Tells winemaker to rename all files and directories to lowercase.
.TP .TP
@ -166,6 +170,11 @@ configure.in file and the configure script. This is the default.
.TP .TP
.I --nogenerated-files .I --nogenerated-files
Tells winemaker not to generate any of the above files. Tells winemaker not to generate any of the above files.
.TP
.I --nogenerated-specs
Tells winemaker not to generate the spec files when generating files. This is
particularly useful when using winemaker to generate a build environment and
you already have a spec file.
.SH EXAMPLES .SH EXAMPLES
.PP .PP