|
@@ -2,26 +2,15 @@
|
|
|
<title>Installation of Man</title>
|
|
|
|
|
|
<para>
|
|
|
-Install Man by running the following commands:
|
|
|
+Before Man is installed, the man patch file needs to be unpacked.
|
|
|
</para>
|
|
|
|
|
|
<blockquote><literallayout>
|
|
|
- <userinput>sed -e 's|in \(.*\$PATH\)|in `echo \1`|'
|
|
|
- \</userinput>
|
|
|
- <userinput> configure > tmp~
|
|
|
+ <userinput>patch -Np1 -i ../man-&man-version;.patch
|
|
|
&&</userinput>
|
|
|
- <userinput>mv tmp~ configure &&</userinput>
|
|
|
- <userinput>chmod 755 configure &&</userinput>
|
|
|
<userinput>./configure -default &&</userinput>
|
|
|
<userinput>make &&</userinput>
|
|
|
- <userinput>make install &&</userinput>
|
|
|
- <userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/
|
|
|
- \</userinput>
|
|
|
- <userinput> /usr/sbin/makewhatis
|
|
|
- > makewhatis-new &&</userinput>
|
|
|
- <userinput>mv makewhatis-new /usr/sbin/makewhatis &&
|
|
|
- </userinput>
|
|
|
- <userinput>chmod 755 /usr/sbin/makewhatis</userinput>
|
|
|
+ <userinput>make install</userinput>
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
<para>
|