winelib-intro.sgml - winemaker call correction

Andriy Palamarchuk apa3a at yahoo.com
Mon Sep 24 16:44:19 CDT 2001


Currently winemaker requires work directory as a parameter.

file:
documentation/winelib-intro.sgml

Andriy Palamarchuk
-------------- next part --------------
Index: winelib-intro.sgml
===================================================================
RCS file: /home/wine/wine/documentation/winelib-intro.sgml,v
retrieving revision 1.1
diff -u -r1.1 winelib-intro.sgml
--- winelib-intro.sgml	2001/01/24 19:36:24	1.1
+++ winelib-intro.sgml	2001/09/24 20:23:08
@@ -129,7 +129,7 @@
           as just running the three commands below:
         </para>
         <programlisting>
-          $ winemaker --lower-uppercase
+          $ winemaker --lower-uppercase .
           $ ./configure --with-wine=/usr/local/wine
           $ make
         </programlisting>
@@ -287,7 +287,7 @@
               </variablelist>
               <para>
                 So your command may finally look like:
-                <literal>winemaker --lower-uppercase -Imylib/include</literal>
+                <literal>winemaker --lower-uppercase -Imylib/include .</literal>
               </para>
             </listitem>
           </varlistentry>


More information about the wine-patches mailing list