texinfo-desc.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <sect2><title>Contents of Texinfo-&texinfo-contversion;</title>
  2. <sect3><title>Program Files</title>
  3. <para>info, install-info, makeinfo, texi2dvi and texindex</para></sect3>
  4. <sect3><title>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 be more in depth than just explaining the options to a
  9. program.</para></sect4>
  10. <sect4><title>install-info</title>
  11. <para>The install-info program updates the info entries. When the info
  12. program is run a list with available topics (ie: available info documents) will
  13. be presented. The install-info program is used to maintain this list of
  14. available topics. If info files are removed manually, it is also necessary
  15. to delete the topic in the index file as well. This program is used for
  16. that. It also works the other way around when info documents are
  17. added.</para></sect4>
  18. <sect4><title>makeinfo</title>
  19. <para>The makeinfo program translates Texinfo source documents into various
  20. formats. Available formats are: info files, plain text and HTML.</para></sect4>
  21. <sect4><title>texi2dvi</title>
  22. <para>The texi2dvi program prints Texinfo documents</para></sect4>
  23. <sect4><title>texindex</title>
  24. <para>The texindex program is used to sort Texinfo index files.</para></sect4>
  25. </sect3>
  26. </sect2>