mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 14:07:39 +00:00
65 lines
1.3 KiB
XML
65 lines
1.3 KiB
XML
|
<sect2>
|
||
|
<title>Contents</title>
|
||
|
|
||
|
<para>
|
||
|
The Texinfo package contains the info, install-info, makeinfo, texi2dvi
|
||
|
and texindex programs
|
||
|
</para>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2>
|
||
|
<title>Description</title>
|
||
|
|
||
|
<sect3><title>info</title>
|
||
|
|
||
|
<para>
|
||
|
The info program reads Info documents, usually contained in your
|
||
|
/usr/doc/info directory. Info documents are like man(ual) pages, but
|
||
|
they tend to be more in depth than just explaining the options to a
|
||
|
program.
|
||
|
</para>
|
||
|
|
||
|
</sect3>
|
||
|
|
||
|
<sect3><title>install-info</title>
|
||
|
|
||
|
<para>
|
||
|
The install-info program updates the info entries. When you run the info
|
||
|
program a list with available topics (ie: available info documents) will
|
||
|
be presented. The install-info program is used to maintain this list of
|
||
|
available topics. If you decice to remove info files manually, you need
|
||
|
to delete the topic in the index file as well. This program is used for
|
||
|
that. It also works the other way around when you add info documents.
|
||
|
</para>
|
||
|
|
||
|
</sect3>
|
||
|
|
||
|
<sect3><title>makeinfo</title>
|
||
|
|
||
|
<para>
|
||
|
The makeinfo program translates Texinfo source documents into various formats.
|
||
|
Available formats are: info files, plain text and HTML.
|
||
|
</para>
|
||
|
|
||
|
</sect3>
|
||
|
|
||
|
<sect3><title>texi2dvi</title>
|
||
|
|
||
|
<para>
|
||
|
The texi2dvi program prints Texinfo documents
|
||
|
</para>
|
||
|
|
||
|
</sect3>
|
||
|
|
||
|
<sect3><title>texindex</title>
|
||
|
|
||
|
<para>
|
||
|
The texindex program is used to sort Texinfo index files.
|
||
|
</para>
|
||
|
|
||
|
</sect3>
|
||
|
|
||
|
</sect2>
|
||
|
|