groff.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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-groff" xreflabel="Groff" role="wrap">
  7. <title>Groff-&groff-version;</title>
  8. <?dbhtml filename="groff.html"?>
  9. <indexterm zone="ch-system-groff"><primary sortas="a-Groff">Groff</primary></indexterm>
  10. <sect2 role="package"><title/>
  11. <segmentedlist>
  12. <segtitle>&buildtime;</segtitle>
  13. <segtitle>&diskspace;</segtitle>
  14. <seglistitem><seg>0.5 SBU</seg><seg>43 MB</seg></seglistitem>
  15. </segmentedlist>
  16. </sect2>
  17. <sect2 role="installation">
  18. <title>Installation of Groff</title>
  19. <para>Prepare Groff for compilation:</para>
  20. <screen><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr</userinput></screen>
  21. <para>Compile the package:</para>
  22. <screen><userinput>make</userinput></screen>
  23. <para>Now install it:</para>
  24. <screen><userinput>make install</userinput></screen>
  25. <para>Create the following symlinks:</para>
  26. <screen><userinput>ln -s soelim /usr/bin/zsoelim
  27. ln -s eqn /usr/bin/geqn
  28. ln -s tbl /usr/bin/gtbl</userinput></screen>
  29. </sect2>
  30. <sect2 id="contents-groff" role="content"><title>Contents of Groff</title>
  31. <para>See testing</para>
  32. </sect2>
  33. </sect1>