blob: cf0fbd8bb4655651881ec1e01a20f7c801603cca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<sect2>
<title>Installation of Man-pages</title>
<para>
Install Man-pages by running the following command:
</para>
<blockquote><literallayout>
<userinput>patch -Np1 -i ../man-pages-&man-pages-version;.patch
&&</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>
</sect2>
|