lfs/chapter06/man-inst.xml
Gerard Beekmans b08f409653 Initial XML commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-02-15 15:26:52 +00:00

23 lines
567 B
XML

<sect2>
<title>Installation of Man</title>
<para>
Install Man by running the following commands:
</para>
<blockquote><literallayout>
<userinput>./configure -default &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ /usr/sbin/makewhatis
&gt; makewhatis-new &amp;&amp;</userinput>
<userinput>mv makewhatis-new /usr/sbin/makewhatis &amp;&amp;
</userinput>
<userinput>chmod 755 /usr/sbin/makewhatis</userinput>
</literallayout></blockquote>
</sect2>