|
@@ -39,8 +39,8 @@
|
|
|
<variablelist>
|
|
|
<varlistentry>
|
|
|
<term><parameter>--disable-shared</parameter></term>
|
|
|
-<listitem><para>We are not installing any of the gettext libraries at this
|
|
|
-time so we need to build <command>msgfmt</command> as a static binary.</para></listitem>
|
|
|
+<listitem><para>We do not need to install any of the shared gettext libraries at this
|
|
|
+time, therefore, no need to build them.</para></listitem>
|
|
|
</varlistentry>
|
|
|
</variablelist>
|
|
|
|
|
@@ -49,7 +49,7 @@ time so we need to build <command>msgfmt</command> as a static binary.</para></l
|
|
|
<screen><userinput>make -C lib
|
|
|
make -C src msgfmt</userinput></screen>
|
|
|
|
|
|
-<para>Install the single static binary:</para>
|
|
|
+<para>Install the <command>msgfmt</command> binary:</para>
|
|
|
|
|
|
<screen><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
|
|
|
|