texinfo-desc.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <sect2>
  2. <title>Contents</title>
  3. <para>
  4. The Texinfo package contains the info, install-info, makeinfo, texi2dvi
  5. and texindex programs
  6. </para>
  7. </sect2>
  8. <sect2>
  9. <title>Description</title>
  10. <sect3><title>info</title>
  11. <para>
  12. The info program reads Info documents, usually contained in the
  13. /usr/doc/info directory. Info documents are like man(ual) pages, but
  14. they tend to be more in depth than just explaining the options to a
  15. program.
  16. </para>
  17. </sect3>
  18. <sect3><title>install-info</title>
  19. <para>
  20. The install-info program updates the info entries. When the info
  21. program is run a list with available topics (ie: available info documents) will
  22. be presented. The install-info program is used to maintain this list of
  23. available topics. If info files are removed manually, it is also necessary
  24. to delete the topic in the index file as well. This program is used for
  25. that. It also works the other way around when info documents are added.
  26. </para>
  27. </sect3>
  28. <sect3><title>makeinfo</title>
  29. <para>
  30. The makeinfo program translates Texinfo source documents into various formats.
  31. Available formats are: info files, plain text and HTML.
  32. </para>
  33. </sect3>
  34. <sect3><title>texi2dvi</title>
  35. <para>
  36. The texi2dvi program prints Texinfo documents
  37. </para>
  38. </sect3>
  39. <sect3><title>texindex</title>
  40. <para>
  41. The texindex program is used to sort Texinfo index files.
  42. </para>
  43. </sect3>
  44. </sect2>