aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/texinfo.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-18 20:38:03 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-18 20:38:03 +0000
commitdf8334f9247ba4aca231fab539c83a0a986236ee (patch)
tree5b5c3c52714247c636edb8697734738220ded771 /chapter06/texinfo.xml
parent132b7533ed7ba8e6a32b9719e9d70a7089208393 (diff)
HEAD: Retaged the command explanations in Chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/texinfo.xml')
-rw-r--r--chapter06/texinfo.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml
index 524423ad0..a19c0351b 100644
--- a/chapter06/texinfo.xml
+++ b/chapter06/texinfo.xml
@@ -50,11 +50,14 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem>
<para>The meaning of the make parameter:</para>
-<itemizedlist>
-<listitem><para><userinput>TEXMF=/usr/share/texmf</userinput>: The TEXMF
+<variablelist>
+<varlistentry>
+<term><userinput>TEXMF=/usr/share/texmf</userinput></term>
+<listitem><para>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>
+</varlistentry>
+</variablelist>
<para>The Info documentation system uses a plain text file to hold its list of
menu entries. The file is located at <filename>/usr/share/info/dir</filename>.