1
0

man.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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-man" xreflabel="Man" role="wrap">
  7. <title>Man-&man-version;</title>
  8. <?dbhtml filename="man.html"?>
  9. <indexterm zone="ch-system-man"><primary sortas="a-Man">Man</primary></indexterm>
  10. <sect2 role="package"><title/>
  11. <segmentedlist>
  12. <segtitle>&buildtime;</segtitle>
  13. <segtitle>&diskspace;</segtitle>
  14. <seglistitem><seg>0.1 SBU</seg><seg>1.9MB</seg></seglistitem>
  15. </segmentedlist>
  16. </sect2>
  17. <sect2 role="installation">
  18. <title>Installation of Man</title>
  19. <para>Issue a sed substitution:</para>
  20. <screen><userinput>sed -i 's@-is@&amp;R@g' configure</userinput></screen>
  21. <para>Issue another sed substitution:</para>
  22. <screen><userinput>sed -i 's@MANPATH./usr/man@#&amp;@g' src/man.conf.in</userinput></screen>
  23. <para>Now prepare Man for compilation:</para>
  24. <screen><userinput>./configure -confdir=/etc</userinput></screen>
  25. <para>Compile the package:</para>
  26. <screen><userinput>make</userinput></screen>
  27. <para>Lastly, install it:</para>
  28. <screen><userinput>make install</userinput></screen>
  29. <para>For some internazionalitation issues, see testing.</para>
  30. </sect2>
  31. <sect2 id="contents-man" role="content"><title>Contents of Man</title>
  32. <para>See testing</para>
  33. </sect2>
  34. </sect1>