aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-15 07:45:14 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-15 07:45:14 +0000
commita1d1a356a847bc939fec1f0e890823a768090567 (patch)
tree21df9b870c05119c102153947eb61103def817bc /chapter05
parent984ab5a1722ef03420e9de06aabbe8846ed9e785 (diff)
Converted static texinfo to new layout.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2329 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/texinfo-inst.xml14
-rw-r--r--chapter05/texinfo.xml4
2 files changed, 12 insertions, 6 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>
diff --git a/chapter05/texinfo.xml b/chapter05/texinfo.xml
index 6c6027d45..fdbf5f83c 100644
--- a/chapter05/texinfo.xml
+++ b/chapter05/texinfo.xml
@@ -5,9 +5,9 @@
<screen>Estimated build time: &texinfo-time-static;
Estimated required disk space: &texinfo-compsize-static;</screen>
-&c5-texinfo-inst;
-&aa-texinfo-desc;
+&aa-texinfo-shortdesc;
&aa-texinfo-dep;
+&c5-texinfo-inst;
</sect1>