2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Man</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install Man by running the following commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<blockquote><literallayout>
|
|
|
|
|
2001-04-03 21:16:22 +01:00
|
|
|
<userinput>sed -e 's|in \(.*\$PATH\)|in `echo \1`|'
|
|
|
|
configure > tmp~ &&</userinput>
|
|
|
|
<userinput>mv tmp~ configure &&</userinput>
|
|
|
|
<userinput>chmod 755 configure &&</userinput>
|
2001-01-24 00:31:17 +00:00
|
|
|
<userinput>./configure -default &&</userinput>
|
|
|
|
<userinput>make &&</userinput>
|
|
|
|
<userinput>make install &&</userinput>
|
|
|
|
<userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ /usr/sbin/makewhatis
|
|
|
|
> makewhatis-new &&</userinput>
|
|
|
|
<userinput>mv makewhatis-new /usr/sbin/makewhatis &&
|
|
|
|
</userinput>
|
|
|
|
<userinput>chmod 755 /usr/sbin/makewhatis</userinput>
|
|
|
|
|
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
|
|
</sect2>
|