blob: cb9ae2b2dadb702ad6441010fd511107e8464fd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<sect2>
<title>Installation of Man-pages</title>
<para>Before man-pages is installed, the patch file has to be unpacked.
Install Man-pages by running the following commands:</para>
<para><screen><userinput>patch -Np1 -i ../man-pages-&man-pages-version;.patch &&</userinput>
<userinput>make install</userinput></screen></para>
</sect2>
|