winemaker documentation fix.

This commit is contained in:
Andriy Palamarchuk 2001-09-26 23:08:45 +00:00 committed by Alexandre Julliard
parent 899861d130
commit c927fe848e
1 changed files with 2 additions and 2 deletions

View File

@ -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>