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: as just running the three commands below:
</para> </para>
<programlisting> <programlisting>
$ winemaker --lower-uppercase $ winemaker --lower-uppercase .
$ ./configure --with-wine=/usr/local/wine $ ./configure --with-wine=/usr/local/wine
$ make $ make
</programlisting> </programlisting>
@ -287,7 +287,7 @@
</variablelist> </variablelist>
<para> <para>
So your command may finally look like: So your command may finally look like:
<literal>winemaker --lower-uppercase -Imylib/include</literal> <literal>winemaker --lower-uppercase -Imylib/include .</literal>
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>