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-10-27 23:21:44 +01:00
|
|
|
<para><screen><userinput>for i in configure src/Makefile.in src/makewhatis.sh
|
|
|
|
do
|
|
|
|
cp $i $i.backup &&
|
|
|
|
sed 's/gawk/awk/g' $i > tmp~ &&
|
|
|
|
mv tmp~ $i
|
|
|
|
done &&
|
|
|
|
chmod 755 configure &&
|
|
|
|
./configure -default &&
|
|
|
|
make &&
|
|
|
|
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-09-07 23:20:09 +01:00
|
|
|
url="&hints-root;man.txt">&hints-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>
|