making up for cvs export not creating empy dirs
[linux_from_scratch.git] / BOOK / chapter06 / texinfo-inst.xml
blob946a99321c54f9684f2170406cb9aa56d0f4cc01
1 <sect2>
2 <title>Installation of Texinfo</title>
4 <para>Install Texinfo by running the following commands:</para>
6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
7 make &amp;&amp;
8 make install &amp;&amp;
9 make TEXMF=/usr/share/texmf install-tex</userinput></screen></para>
11 </sect2>