| [3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
 | 
|---|
| [aa18ac0] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 | 
|---|
 | 3 |   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 | 
|---|
| [3f8be484] | 4 |   <!ENTITY % general-entities SYSTEM "../../general.ent">
 | 
|---|
 | 5 |   %general-entities;
 | 
|---|
 | 6 | ]>
 | 
|---|
 | 7 | 
 | 
|---|
 | 8 | <sect1 id="ch-system-texinfo" role="wrap">
 | 
|---|
 | 9 |   <?dbhtml filename="texinfo.html"?>
 | 
|---|
 | 10 | 
 | 
|---|
 | 11 |   <title>Texinfo-&texinfo-version;</title>
 | 
|---|
 | 12 | 
 | 
|---|
 | 13 |   <indexterm zone="ch-system-texinfo">
 | 
|---|
 | 14 |     <primary sortas="a-Texinfo">Texinfo</primary>
 | 
|---|
 | 15 |   </indexterm>
 | 
|---|
 | 16 | 
 | 
|---|
 | 17 |   <sect2 role="package">
 | 
|---|
 | 18 |     <title/>
 | 
|---|
 | 19 | 
 | 
|---|
 | 20 |     <para>The Texinfo package contains programs for reading, writing, and
 | 
|---|
 | 21 |     converting info pages.</para>
 | 
|---|
 | 22 | 
 | 
|---|
 | 23 |   </sect2>
 | 
|---|
 | 24 | 
 | 
|---|
 | 25 |   <sect2 role="installation">
 | 
|---|
 | 26 |     <title>Installation of Texinfo</title>
 | 
|---|
 | 27 | 
 | 
|---|
 | 28 |     <para os="a">Prepare Texinfo for compilation:</para>
 | 
|---|
 | 29 | 
 | 
|---|
| [b27081c4] | 30 | <screen os="b"><userinput>./configure \
 | 
|---|
 | 31 |     --prefix=/usr</userinput></screen>
 | 
|---|
| [3f8be484] | 32 | 
 | 
|---|
| [e0e40d3] | 33 |     <para os="c">Compile the package:</para>
 | 
|---|
| [3f8be484] | 34 | 
 | 
|---|
| [e0e40d3] | 35 | <screen os="d"><userinput>make</userinput></screen>
 | 
|---|
| [3f8be484] | 36 | 
 | 
|---|
| [686839b] | 37 |     <para os="e">To test the results, issue:</para>
 | 
|---|
 | 38 | 
 | 
|---|
 | 39 | <screen os="e2"><userinput remap="test">make check</userinput></screen>
 | 
|---|
| [3f8be484] | 40 | 
 | 
|---|
| [e0e40d3] | 41 |     <para os="f">Install the package:</para>
 | 
|---|
| [3f8be484] | 42 | 
 | 
|---|
| [e0e40d3] | 43 | <screen os="g"><userinput>make install</userinput></screen>
 | 
|---|
| [3f8be484] | 44 | 
 | 
|---|
| [9645392] | 45 |     <para os="h">If TeX will be used, install the components belonging in a TeX installation:</para>
 | 
|---|
| [879aee3b] | 46 | 
 | 
|---|
 | 47 | <screen os="i"><userinput>make TEXMF=/usr/share/texmf install-tex</userinput></screen>
 | 
|---|
 | 48 | 
 | 
|---|
| [3f8be484] | 49 |   </sect2>
 | 
|---|
 | 50 | 
 | 
|---|
 | 51 |   <sect2 id="contents-texinfo" role="content">
 | 
|---|
 | 52 |     <title>Contents of Texinfo</title>
 | 
|---|
 | 53 | 
 | 
|---|
 | 54 |     <segmentedlist>
 | 
|---|
 | 55 |       <segtitle>Installed programs</segtitle>
 | 
|---|
| [61ad0b7f] | 56 |       <segtitle>Installed directory</segtitle>
 | 
|---|
| [3f8be484] | 57 | 
 | 
|---|
 | 58 |       <seglistitem>
 | 
|---|
| [8c09b88] | 59 |         <seg>info, infokey, install-info, makeinfo (link to texi2any),
 | 
|---|
| [c2102b28] | 60 |         pdftexi2dvi, texi2dvi, texi2pdf, texindex</seg>
 | 
|---|
| [61ad0b7f] | 61 |         <seg>/usr/share/texinfo</seg>
 | 
|---|
| [3f8be484] | 62 |       </seglistitem>
 | 
|---|
 | 63 |     </segmentedlist>
 | 
|---|
 | 64 | 
 | 
|---|
 | 65 |     <variablelist>
 | 
|---|
 | 66 |       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
 | 
|---|
 | 67 |       <?dbfo list-presentation="list"?>
 | 
|---|
 | 68 |       <?dbhtml list-presentation="table"?>
 | 
|---|
 | 69 | 
 | 
|---|
 | 70 |       <varlistentry id="info">
 | 
|---|
 | 71 |         <term><command>info</command></term>
 | 
|---|
 | 72 |         <listitem>
 | 
|---|
 | 73 |           <para>Used to read info pages which are similar to man
 | 
|---|
 | 74 |           pages, but often go much deeper than just explaining all the command
 | 
|---|
 | 75 |           line options. For example, compare <command>man bison</command> and
 | 
|---|
 | 76 |           <command>info bison</command>.</para>
 | 
|---|
 | 77 |           <indexterm zone="ch-system-texinfo info">
 | 
|---|
 | 78 |             <primary sortas="b-info">info</primary>
 | 
|---|
 | 79 |           </indexterm>
 | 
|---|
 | 80 |         </listitem>
 | 
|---|
 | 81 |       </varlistentry>
 | 
|---|
 | 82 | 
 | 
|---|
 | 83 |       <varlistentry id="infokey">
 | 
|---|
 | 84 |         <term><command>infokey</command></term>
 | 
|---|
 | 85 |         <listitem>
 | 
|---|
 | 86 |           <para>Compiles a source file containing Info customizations into a
 | 
|---|
 | 87 |           binary format</para>
 | 
|---|
 | 88 |           <indexterm zone="ch-system-texinfo infokey">
 | 
|---|
 | 89 |             <primary sortas="b-infokey">infokey</primary>
 | 
|---|
 | 90 |           </indexterm>
 | 
|---|
 | 91 |         </listitem>
 | 
|---|
 | 92 |       </varlistentry>
 | 
|---|
 | 93 | 
 | 
|---|
 | 94 |       <varlistentry id="install-info">
 | 
|---|
 | 95 |         <term><command>install-info</command></term>
 | 
|---|
 | 96 |         <listitem>
 | 
|---|
 | 97 |           <para>Used to install info pages; it updates entries in the
 | 
|---|
 | 98 |           <command>info</command> index file</para>
 | 
|---|
 | 99 |           <indexterm zone="ch-system-texinfo install-info">
 | 
|---|
 | 100 |             <primary sortas="b-install-info">install-info</primary>
 | 
|---|
 | 101 |           </indexterm>
 | 
|---|
 | 102 |         </listitem>
 | 
|---|
 | 103 |       </varlistentry>
 | 
|---|
 | 104 | 
 | 
|---|
 | 105 |       <varlistentry id="makeinfo">
 | 
|---|
 | 106 |         <term><command>makeinfo</command></term>
 | 
|---|
 | 107 |         <listitem>
 | 
|---|
 | 108 |           <para>Translates the given Texinfo source documents into
 | 
|---|
 | 109 |           info pages, plain text, or HTML</para>
 | 
|---|
 | 110 |           <indexterm zone="ch-system-texinfo makeinfo">
 | 
|---|
 | 111 |             <primary sortas="b-makeinfo">makeinfo</primary>
 | 
|---|
 | 112 |           </indexterm>
 | 
|---|
 | 113 |         </listitem>
 | 
|---|
 | 114 |       </varlistentry>
 | 
|---|
 | 115 | 
 | 
|---|
| [427015f] | 116 |       <varlistentry id="pdftexi2dvi">
 | 
|---|
 | 117 |         <term><command>pdftexi2dvi</command></term>
 | 
|---|
 | 118 |         <listitem>
 | 
|---|
 | 119 |           <para>Shell script that run <command>texi2dvi --pdf</command></para>
 | 
|---|
 | 120 |           <indexterm zone="ch-system-texinfo pdftexi2dvi">
 | 
|---|
 | 121 |             <primary sortas="b-pdftexi2dvi">pdftexi2dvi</primary>
 | 
|---|
 | 122 |           </indexterm>
 | 
|---|
 | 123 |         </listitem>
 | 
|---|
 | 124 |       </varlistentry>
 | 
|---|
 | 125 | 
 | 
|---|
| [3f8be484] | 126 |       <varlistentry id="texi2dvi">
 | 
|---|
 | 127 |         <term><command>texi2dvi</command></term>
 | 
|---|
 | 128 |         <listitem>
 | 
|---|
 | 129 |           <para>Used to format the given Texinfo document into a
 | 
|---|
 | 130 |           device-independent file that can be printed</para>
 | 
|---|
 | 131 |           <indexterm zone="ch-system-texinfo texi2dvi">
 | 
|---|
 | 132 |             <primary sortas="b-texi2dvi">texi2dvi</primary>
 | 
|---|
 | 133 |           </indexterm>
 | 
|---|
 | 134 |         </listitem>
 | 
|---|
 | 135 |       </varlistentry>
 | 
|---|
 | 136 | 
 | 
|---|
 | 137 |       <varlistentry id="texi2pdf">
 | 
|---|
 | 138 |         <term><command>texi2pdf</command></term>
 | 
|---|
 | 139 |         <listitem>
 | 
|---|
 | 140 |           <para>Used to format the given Texinfo document into a
 | 
|---|
 | 141 |           Portable Document Format (PDF) file</para>
 | 
|---|
 | 142 |           <indexterm zone="ch-system-texinfo texi2pdf">
 | 
|---|
 | 143 |             <primary sortas="b-texi2pdf">texi2pdf</primary>
 | 
|---|
 | 144 |           </indexterm>
 | 
|---|
 | 145 |         </listitem>
 | 
|---|
 | 146 |       </varlistentry>
 | 
|---|
 | 147 | 
 | 
|---|
 | 148 |       <varlistentry id="texindex">
 | 
|---|
 | 149 |         <term><command>texindex</command></term>
 | 
|---|
 | 150 |         <listitem>
 | 
|---|
 | 151 |           <para>Used to sort Texinfo index files</para>
 | 
|---|
 | 152 |           <indexterm zone="ch-system-texinfo texindex">
 | 
|---|
 | 153 |             <primary sortas="b-texindex">texindex</primary>
 | 
|---|
 | 154 |           </indexterm>
 | 
|---|
 | 155 |         </listitem>
 | 
|---|
 | 156 |       </varlistentry>
 | 
|---|
 | 157 | 
 | 
|---|
 | 158 |     </variablelist>
 | 
|---|
 | 159 | 
 | 
|---|
 | 160 |   </sect2>
 | 
|---|
 | 161 | 
 | 
|---|
 | 162 | </sect1>
 | 
|---|