mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 05:57:43 +00:00
9a0cfdff03
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@538 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
34 lines
1.0 KiB
XML
34 lines
1.0 KiB
XML
<sect2>
|
|
<title>Installation of Man</title>
|
|
|
|
<para>
|
|
Install Man by running the following commands:
|
|
</para>
|
|
|
|
<blockquote><literallayout>
|
|
<userinput>sed -e 's|in \(.*\$PATH\)|in `echo \1`|'
|
|
\</userinput>
|
|
<userinput> configure > tmp~
|
|
&&</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>
|
|
</literallayout></blockquote>
|
|
|
|
<para>
|
|
You may want to take a look at the <ulink
|
|
url="http://archive.linuxfromscratch.org/lfs-hints/man.txt">man hint</ulink>
|
|
which deals with formatting and compression issues for man pages.
|
|
</para>
|
|
|
|
</sect2>
|