aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/texinfo-inst.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-19 15:36:47 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-19 15:36:47 +0000
commit99302877e2420aec4721c0be2416c2749361896f (patch)
tree539fbe19c4c1ece43d94bccda5411d229f764677 /chapter06/texinfo-inst.xml
parent25ef3c3d776fa5f899311075c462d4333cc7f179 (diff)
Chapter 6 cleanup after conversions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2392 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/texinfo-inst.xml')
-rw-r--r--chapter06/texinfo-inst.xml17
1 files changed, 5 insertions, 12 deletions
diff --git a/chapter06/texinfo-inst.xml b/chapter06/texinfo-inst.xml
index abe723e79..51db2e43a 100644
--- a/chapter06/texinfo-inst.xml
+++ b/chapter06/texinfo-inst.xml
@@ -5,27 +5,20 @@
<para>Prepare Texinfo to be compiled:</para>
-<para><screen><userinput>
-./configure --prefix=/usr</userinput></screen></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>Install the package:</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>Install the texinfo components which belong in a TeX
+installation:</para>
-<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>
+<para><screen><userinput>make TEXMF=/usr/share/texmf install-tex</userinput></screen></para>
</sect2>