Upgrade winemaker man page for the two options added at version
0.5.8.
diff --git a/documentation/winemaker.man b/documentation/winemaker.man
index 3974bdb..787b07c 100644
--- a/documentation/winemaker.man
+++ b/documentation/winemaker.man
@@ -1,11 +1,11 @@
.\" -*- 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
winemaker \- generate a build infrastructure for compiling Windows programs on Unix
.SH SYNOPSIS
.B "winemaker "
[
-.IR "--nobanner " "] [ " "--backup " "| " "--nobackup "
+.IR "--nobanner " "] [ " "--backup " "| " "--nobackup " "] [ "--nosource-fix "
]
.br
[
@@ -33,7 +33,7 @@
]
.br
[
-.IR "--generated-files " "] [ " "--nogenerated-files "
+.IR "--generated-files " "] [ " "--nogenerated-files " "] [ " "--nogenerated-specs "
]
.SH DESCRIPTION
@@ -81,6 +81,10 @@
.I --nobackup
Tells winemaker not to backup modified source files.
.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
Tells winemaker to rename all files and directories to lowercase.
.TP
@@ -166,6 +170,11 @@
.TP
.I --nogenerated-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
.PP