* Upgrade to e2fsprogs-1.36
[linux_from_scratch.git] / chapter05 / texinfo.xml
blobdce70c00b94f0a9d020fdf5375e3ad67f51b3284
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3   <!ENTITY % general-entities SYSTEM "../general.ent">
4   %general-entities;
5 ]>
6 <sect1 id="ch-tools-texinfo" role="wrap">
7 <title>Texinfo-&texinfo-version;</title>
8 <?dbhtml filename="texinfo.html"?>
10 <sect2 role="package"><title/>
12 <segmentedlist>
13 <segtitle>&buildtime;</segtitle>
14 <segtitle>&diskspace;</segtitle>
15 <seglistitem><seg>0.2 SBU</seg><seg>16 MB</seg></seglistitem>
16 </segmentedlist>
18 </sect2>
20 <sect2 role="installation">
21 <title>Installation of Texinfo</title>
23 <para>Prepare Texinfo for compilation:</para>
25 <screen><userinput>./configure --prefix=/tools</userinput></screen>
27 <para>Compile the package:</para>
29 <screen><userinput>make</userinput></screen>
31 <para>To test the results,  issue:
32 <userinput>make check</userinput></para>
34 <para>Install the package:</para>
36 <screen><userinput>make install</userinput></screen>
38 </sect2>
40 </sect1>