winemaker documentation fix.
This commit is contained in:
parent
899861d130
commit
c927fe848e
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue