From 84669a3920d56d1dc7ef53611f5e639522a6d4e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Fri, 2 Apr 2010 18:02:53 +0200 Subject: [PATCH] winemaker: Fix manpage. --- tools/winemaker.man.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/winemaker.man.in b/tools/winemaker.man.in index cdfd49a8707..ef78b4a5415 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.