Module: wine Branch: master Commit: 84669a3920d56d1dc7ef53611f5e639522a6d4e4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=84669a3920d56d1dc7ef53611f...
Author: André Hentschel nerv@dawncrow.de Date: Fri Apr 2 18:02:53 2010 +0200
winemaker: Fix manpage.
---
tools/winemaker.man.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/winemaker.man.in b/tools/winemaker.man.in index cdfd49a..ef78b4a 100644 --- a/tools/winemaker.man.in +++ b/tools/winemaker.man.in @@ -63,7 +63,7 @@ encounters something out of the ordinary, winemaker will warn you about it. .PP - winemaker can also scan a complete directory tree at once, guess what are the executables and libraries you are trying to build, match them with -source files, and generate the corresponding Makefile.in files. +source files, and generate the corresponding Makefile. .PP - finally winemaker will generate a global Makefile for normal use. .PP @@ -170,7 +170,7 @@ target specific options. Specifies that there is only one target, and that it is called "name". .TP .I --generated-files -Tells winemaker to generate the build the Makefile. This is the default. +Tells winemaker to generate the Makefile. This is the default. .TP .I --nogenerated-files Tells winemaker not to generate the Makefile.