Added a few comments here and there
[linux_from_scratch.git] / newxml / appendixa / texinfo.xml
blob4935e9db90a884004b89a8748a550676fe0b97bb
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3CR2//EN" "http://www.docbook.org/xml/4.3CR2/docbookx.dtd" [
3   <!ENTITY % texinfo-entities SYSTEM "../ent/texinfo.ent">
4   %texinfo-entities;
5 ]>
6 <sect1 id="aa-texinfo" xreflabel="Texinfo">
7 <title>Texinfo</title>
8 <?dbhtml filename="texinfo.html"?>
10 <para>For installation instructions see <xref linkend="ch06-texinfo"/>.</para>
12 <sect2><title>Official Download Location</title>
14 <literallayout>Texinfo (&texinfo-version;):
15 <ulink url="ftp://ftp.gnu.org/gnu/texinfo/"/></literallayout>
16 </sect2>
18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="texinfo-contents.xml"/>
21 <sect2><title>Short descriptions</title>
23 <para><command>info</command> is used to read Info documents. Info
24 documents are a bit like man pages, but often go much deeper than just
25 explaining all the flags. Compare for example man tar and info tar.</para>
27 <para><command>infokey</command> compiles a source file containing Info
28 customizations into a binary format.</para>
30 <para><command>install-info</command> is used to install Info files. It
31 updates entries in the Info index file.</para>
33 <para><command>makeinfo</command> translates the given Texinfo source
34 documents into various other formats: Info files, plain text, or HTML.</para>
36 <para><command>texi2dvi</command> is used to format the given Texinfo
37 document into a device-independent file that can be printed.</para>
39 <para><command>texindex</command> is used to sort Texinfo index files.</para>
41 </sect2>
45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="texinfo-deps.xml"/>
49 </sect1>