2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Man</title>
|
|
|
|
|
2001-08-08 11:16:43 +01:00
|
|
|
<para>Run the following commands to install man:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-08-08 11:16:43 +01:00
|
|
|
<para><screen><userinput>for i in configure src/Makefile.in src/makewhatis.sh</userinput>
|
2001-08-24 21:45:42 +01:00
|
|
|
<userinput>do</userinput>
|
|
|
|
<userinput> cp $i $i.backup &&</userinput>
|
|
|
|
<userinput> sed 's/gawk/awk/g' $i > tmp~ &&</userinput>
|
2001-08-29 14:19:58 +01:00
|
|
|
<userinput> mv tmp~ $i</userinput>
|
2001-08-08 11:16:43 +01:00
|
|
|
<userinput>done</userinput>
|
2001-08-09 00:58:02 +01:00
|
|
|
<userinput>chmod 700 configure &&</userinput>
|
2001-07-10 16:06:31 +01:00
|
|
|
<userinput>./configure -default &&</userinput>
|
|
|
|
<userinput>make &&</userinput>
|
2001-07-22 20:45:10 +01:00
|
|
|
<userinput>make install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>You may want to take a look at the man hint at <ulink
|
2001-08-04 20:24:04 +01:00
|
|
|
url="&hint-root;man.txt">&hint-root;man.txt</ulink>
|
2001-07-22 20:45:10 +01:00
|
|
|
which deals with formatting and compression issues for man pages.</para>
|
2001-04-21 17:47:37 +01:00
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect2>
|