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