texinfo-desc.xml 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &texinfo-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <para><command>info</command> is used to read Info documents. Info
  6. documents are a bit like man pages, but often go much deeper than just
  7. explaining all the flags. Compare for example man tar and info tar.</para>
  8. <para><command>infokey</command> compiles a source file containing Info
  9. customizations into a binary format.</para>
  10. <para><command>install-info</command> is used to install Info files. It
  11. updates entries in the Info index file.</para>
  12. <para><command>makeinfo</command> translates the given Texinfo source
  13. documents into various other formats: Info files, plain text, or HTML.</para>
  14. <para><command>texi2dvi</command> is used to format the given Texinfo
  15. document into a device-independent file that can be printed.</para>
  16. <para><command>texindex</command> is used to sort Texinfo index files.</para>
  17. </sect3>
  18. </sect2>