texinfo.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-texinfo" xreflabel="Texinfo" role="wrap">
  7. <title>Texinfo-&texinfo-version;</title>
  8. <?dbhtml filename="texinfo.html"?>
  9. <indexterm zone="ch-system-texinfo"><primary sortas="a-Texinfo">Texinfo</primary></indexterm>
  10. <sect2 role="package"><title/>
  11. <segmentedlist>
  12. <segtitle>&buildtime;</segtitle>
  13. <segtitle>&diskspace;</segtitle>
  14. <seglistitem><seg>0.2 SBU</seg><seg>17 MB</seg></seglistitem>
  15. </segmentedlist>
  16. </sect2>
  17. <sect2 role="installation">
  18. <title>Installation of Texinfo</title>
  19. <para>Prepare Texinfo for compilation:</para>
  20. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  21. <para>Compile the package:</para>
  22. <screen><userinput>make</userinput></screen>
  23. <para>To test the results, issue:
  24. <userinput>make check</userinput>.</para>
  25. <para>Install the package:</para>
  26. <screen><userinput>make install</userinput></screen>
  27. <para>Optionally install the components belonging in a TeX installation:</para>
  28. <screen><userinput>make TEXMF=/usr/share/texmf install-tex</userinput></screen>
  29. <para>If ever you need to recreate the
  30. <filename>/usr/share/info/dir</filename> file, run this:</para>
  31. <screen><userinput>cd /usr/share/info
  32. rm dir
  33. for f in *
  34. do install-info $f dir 2&gt;/dev/null
  35. done</userinput></screen>
  36. </sect2>
  37. <sect2 id="contents-texinfo" role="content"><title>Contents of Texinfo</title>
  38. <para>See testing</para>
  39. </sect2>
  40. </sect1>