aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/texinfo-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/texinfo-inst.xml')
-rw-r--r--chapter05/texinfo-inst.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/chapter05/texinfo-inst.xml b/chapter05/texinfo-inst.xml
index e5db2dcba..83ff699a3 100644
--- a/chapter05/texinfo-inst.xml
+++ b/chapter05/texinfo-inst.xml
@@ -1,12 +1,18 @@
<sect2>
<title>Installation of Texinfo</title>
-<para>Install Texinfo by running the following commands:</para>
+<para>Prepare Texinfo to be compiled:</para>
<para><screen><userinput>LDFLAGS="-static" ./configure --prefix=$LFS/static \
-&nbsp;&nbsp;&nbsp;&nbsp;--disable-nls &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen></para>
+&nbsp;&nbsp;&nbsp;&nbsp;--disable-nls</userinput></screen></para>
+
+<para>Continue with compiling the package:</para>
+
+<para><screen><userinput>make</userinput></screen></para>
+
+<para>Finish installing the package:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
</sect2>