aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-16 13:27:23 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-16 13:27:23 +0000
commitb2933b95f79e304436547f8b984e4f586b662c85 (patch)
tree5343403d0be2870761c96525baa1d66f98e04b05
parentf5ab23e287e91a6f1bcaf77c5da82775bfc3d64c (diff)
Billy's texinfo conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2352 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/texinfo-inst.xml30
-rw-r--r--chapter06/texinfo.xml5
2 files changed, 27 insertions, 8 deletions
diff --git a/chapter06/texinfo-inst.xml b/chapter06/texinfo-inst.xml
index 946a99321..abe723e79 100644
--- a/chapter06/texinfo-inst.xml
+++ b/chapter06/texinfo-inst.xml
@@ -1,12 +1,32 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
<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>
+./configure --prefix=/usr</userinput></screen></para>
+
+<para>Continue with compiling the package:</para>
+
+<para><screen><userinput>make</userinput></screen></para>
+
+<para>And finish off installing the package:</para>
-<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
-make &amp;&amp;
-make install &amp;&amp;
-make TEXMF=/usr/share/texmf install-tex</userinput></screen></para>
+<para><screen><userinput>make install</userinput></screen></para>
+<para><screen><userinput>
+make TEXMF=/usr/share/texmf install-tex </userinput></screen></para>
+</sect2>
+
+<sect2>
+<title>Command explanations</title>
+
+<para><userinput>make TEXMF=/usr/share/texmf install-tex:</userinput>
+This installs the texinfo components that belong in a TeX
+installation. Although TeX isn't installed on LFS, it's installed here
+to complete the texinfo installation. </para>
</sect2>
+
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml
index c58fe4e03..745c044f1 100644
--- a/chapter06/texinfo.xml
+++ b/chapter06/texinfo.xml
@@ -5,9 +5,8 @@
<screen>Estimated build time: &texinfo-time;
Estimated required disk space: &texinfo-compsize;</screen>
-&c6-texinfo-inst;
-&c6-texinfo-exp;
-&aa-texinfo-desc;
+&aa-texinfo-shortdesc;
&aa-texinfo-dep;
+&c6-texinfo-inst;
</sect1>