texinfo-desc.xml 1.4 KB

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