diff options
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> |