texinfo-desc.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <sect2><title>Contents of Texinfo</title>
  2. <para>Last checked against version &texinfo-contversion;.</para>
  3. <sect3><title>Program Files</title>
  4. <para>info, infokey, install-info, makeinfo, texi2dvi and
  5. texindex</para></sect3>
  6. <sect3><title>Descriptions</title>
  7. <sect4><title>info</title>
  8. <para>The info program reads Info documents, usually contained in the
  9. /usr/share/info directory. Info documents are like man(ual) pages, but
  10. they tend to go deeper than just explaining the options to a
  11. program.</para></sect4>
  12. <sect4><title>infokey</title>
  13. <para>infokey compiles a source file containing Info customizations into
  14. a binary format.</para></sect4>
  15. <sect4><title>install-info</title>
  16. <para>The install-info program updates the info entries. When the info
  17. program is run, a list with available topics (ie: available info documents)
  18. will be presented. The install-info program is used to maintain this list of
  19. available topics. If info files are removed manually, you must also delete
  20. the topic in the index file. This program is used for
  21. that. It also works the other way around when info documents are
  22. added.</para></sect4>
  23. <sect4><title>makeinfo</title>
  24. <para>The makeinfo program translates Texinfo source documents into various
  25. formats. Available formats are: info files, plain text and HTML.</para></sect4>
  26. <sect4><title>texi2dvi</title>
  27. <para>The texi2dvi program prints Texinfo documents.</para></sect4>
  28. <sect4><title>texindex</title>
  29. <para>The texindex program is used to sort Texinfo index files.</para></sect4>
  30. </sect3>
  31. </sect2>