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

<para>Run the following commands to install man:</para>

<para><screen><userinput>for i in configure src/Makefile.in src/makewhatis.sh</userinput>
<userinput>do sed s/gawk/awk/g $i &gt; $i.fixed</userinput>
<userinput>mv $i.fixed $i</userinput>
<userinput>done</userinput>
<userinput>./configure -default &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput></screen></para>

<para>You may want to take a look at the man hint at <ulink
url="&hint-root;man.txt">&hint-root;man.txt</ulink> 
which deals with formatting and compression issues for man pages.</para>

</sect2>