aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gettext-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/gettext-inst.xml')
-rw-r--r--chapter05/gettext-inst.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml
index c46c65d9d..3721b6bb3 100644
--- a/chapter05/gettext-inst.xml
+++ b/chapter05/gettext-inst.xml
@@ -5,21 +5,21 @@
<para>Prepare Gettext to be compiled:</para>
-<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
+<screen><userinput>./configure --prefix=/tools</userinput></screen>
<para>Compile the programs:</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:</para>
-<para><screen><userinput>make check</userinput></screen></para>
+<screen><userinput>make check</userinput></screen>
<para>Then install them and their documentation:</para>
-<para><screen><userinput>make install</userinput></screen></para>
+<screen><userinput>make install</userinput></screen>
</sect2>