mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
45714a7d3b
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
20 lines
717 B
XML
20 lines
717 B
XML
<sect2>
|
|
<title>Installation of Man</title>
|
|
|
|
<para>Run the following commands to install man:</para>
|
|
|
|
<para><screen><userinput>for i in configure src/Makefile.in src/makewhatis.sh</userinput>
|
|
<userinput>do sed s/gawk/awk/g $i > $i.fixed</userinput>
|
|
<userinput>mv -f $i.fixed $i</userinput>
|
|
<userinput>done</userinput>
|
|
<userinput>chmod 700 configure &&</userinput>
|
|
<userinput>./configure -default &&</userinput>
|
|
<userinput>make &&</userinput>
|
|
<userinput>make install</userinput></screen></para>
|
|
|
|
<para>You may want to take a look at the man hint at <ulink
|
|
url="&hint-root;man.txt">&hint-root;man.txt</ulink>
|
|
which deals with formatting and compression issues for man pages.</para>
|
|
|
|
</sect2>
|