diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-25 02:42:16 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-25 02:42:16 +0000 |
commit | dcca0293c2878f10f7dd8b1ed6821624533728dc (patch) | |
tree | cca30b7b53e762546edda2edd0be89c9e7d67b23 /chapter06/texinfo-inst.xml | |
parent | 3a788f0c7908aaf9aa115ec6e2cba3217b67fad5 (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.xml | 11 |
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> |