aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/texinfo-inst.xml
blob: 946a99321c54f9684f2170406cb9aa56d0f4cc01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<sect2>
<title>Installation of Texinfo</title>

<para>Install Texinfo by running the following commands:</para>

<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
make TEXMF=/usr/share/texmf install-tex</userinput></screen></para>

</sect2>