2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Man</title>
|
|
|
|
|
|
|
|
<para>
|
2001-04-29 21:46:19 +01:00
|
|
|
Before Man is installed, the man patch file needs to be unpacked.
|
2001-01-24 00:31:17 +00:00
|
|
|
</para>
|
|
|
|
|
2001-07-10 16:06:31 +01:00
|
|
|
<para>
|
|
|
|
<screen>
|
|
|
|
<userinput>patch -Np1 -i ../man-&man-version;.patch &&</userinput>
|
|
|
|
<userinput>./configure -default &&</userinput>
|
|
|
|
<userinput>make &&</userinput>
|
|
|
|
<userinput>make install</userinput>
|
|
|
|
</screen>
|
|
|
|
</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-04-21 17:47:37 +01:00
|
|
|
<para>
|
2001-07-10 15:59:01 +01:00
|
|
|
You may want to take a look at the man hint at <ulink
|
|
|
|
url="http://archive.linuxfromscratch.org/lfs-hints/man.txt">
|
|
|
|
http://archive.linuxfromscratch.org/lfs-hints/man.txt</ulink>
|
2001-04-21 17:47:37 +01:00
|
|
|
which deals with formatting and compression issues for man pages.
|
|
|
|
</para>
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect2>
|