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
|
|
|
|
2002-05-25 01:19:47 +01:00
|
|
|
<para><screen><userinput>PATH=$PATH:/usr/bin:/bin \
|
2002-09-02 01:01:22 +01:00
|
|
|
./configure -default -confdir=/etc &&
|
2001-10-27 23:21:44 +01:00
|
|
|
make &&
|
2002-09-02 01:01:22 +01:00
|
|
|
cp src/man.conf{,.backup} &&
|
|
|
|
sed -e '/^NROFF/s/-mandoc/-c -mandoc/' \
|
|
|
|
src/man.conf.backup > src/man.conf &&
|
2002-08-03 21:17:33 +01:00
|
|
|
make install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-05-11 14:26:21 +01:00
|
|
|
<para>You may want to take a look at the man hint
|
|
|
|
at <ulink url="&hints-root;man.txt"/> 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>
|