aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/man-inst.sgml
blob: f2f3b3b63e3797b7ea39b546a3ecf327064719db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<sect2>
<title>Installation of Man</title>

<para>
Install Man by running the following commands:
</para>

<blockquote><literallayout>

	<userinput>./configure -default &amp;&amp;</userinput>
	<userinput>make &amp;&amp;</userinput>
	<userinput>make install &amp;&amp;</userinput>
	<userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ /usr/sbin/makewhatis
		&gt; makewhatis-new &amp;&amp;</userinput>
	<userinput>mv makewhatis-new /usr/sbin/makewhatis &amp;&amp;
		</userinput>
	<userinput>chmod 755 /usr/sbin/makewhatis</userinput>

</literallayout></blockquote>

</sect2>