texinfo-desc.xml 1.5 KB

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