diff options
Diffstat (limited to 'chapter06/gettext-inst.xml')
-rw-r--r-- | chapter06/gettext-inst.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/gettext-inst.xml b/chapter06/gettext-inst.xml index 1e24c5494..47c1fcc1c 100644 --- a/chapter06/gettext-inst.xml +++ b/chapter06/gettext-inst.xml @@ -5,21 +5,21 @@ <para>Prepare Gettext for compilation:</para> -<para><screen><userinput>./configure --prefix=/usr</userinput></screen></para> +<screen><userinput>./configure --prefix=/usr</userinput></screen> <para>Compile the package:</para> -<para><screen><userinput>make</userinput></screen></para> +<screen><userinput>make</userinput></screen> <para>This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so (and takes a very long time):</para> -<para><screen><userinput>make check</userinput></screen></para> +<screen><userinput>make check</userinput></screen> <para>And install the package:</para> -<para><screen><userinput>make install</userinput></screen></para> +<screen><userinput>make install</userinput></screen> </sect2> |