aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/texinfo-inst.xml
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-09-25 02:42:16 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-09-25 02:42:16 +0000
commitdcca0293c2878f10f7dd8b1ed6821624533728dc (patch)
treecca30b7b53e762546edda2edd0be89c9e7d67b23 /chapter06/texinfo-inst.xml
parent3a788f0c7908aaf9aa115ec6e2cba3217b67fad5 (diff)
Final batch of fixes for Bug 675 - missing command descriptions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2881 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/texinfo-inst.xml')
-rw-r--r--chapter06/texinfo-inst.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/chapter06/texinfo-inst.xml b/chapter06/texinfo-inst.xml
index e29343e30..2fd1fed62 100644
--- a/chapter06/texinfo-inst.xml
+++ b/chapter06/texinfo-inst.xml
@@ -21,10 +21,17 @@ following command will do so:</para>
<para><screen><userinput>make install</userinput></screen></para>
-<para>And install the components belonging in a TeX installation:</para>
+<para>And optionally install the components belonging in a TeX installation:</para>
<para><screen><userinput>make TEXMF=/usr/share/texmf install-tex</userinput></screen></para>
-</sect2>
+<para>The meaning of the make option:</para>
+
+<itemizedlist>
+<listitem><para><userinput>TEXMF=/usr/share/texmf</userinput>: The TEXMF
+makefile variable holds the location of the root of your TeX tree if, for
+example, you plan to install a TeX package later on.</para></listitem>
+</itemizedlist>
+</sect2>