Man page upgrade for new winemaker options at version 0.5.8

Medland, Bill Bill.Medland at accpac.com
Mon Oct 1 10:02:59 CDT 2001


This is my first ever man page editing so feel free to point out errors or
stylistic deficiencies.  (I notice that the two new options overflow the
line on my setup but I see I wasn't the first to do that.  I have left them
there to match the way the options are displayed by winemaker's usage page).

I have only done the changes between 0.5.7 and 0.5.8 (since I did the
changes and know what they were);  I don't know what changed from version
0.5.1 to 0.5.7).

Bill

-------------- next part --------------
Bill Medland (medbi01 at accpac.com)
Upgrade winemaker man page for the two options added at version 0.5.8

Index: wine/documentation/winemaker.man
===================================================================
RCS file: /home/wine/wine/documentation/winemaker.man,v
retrieving revision 1.4
diff -u -r1.4 winemaker.man
--- wine/documentation/winemaker.man	2000/12/02 20:14:20	1.4
+++ wine/documentation/winemaker.man	2001/10/01 13:44:48
@@ -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


More information about the wine-patches mailing list