lfs/chapter06/linuxthreadsmanpages-inst.xml
Gerard Beekmans 2263262c86 changed cd man to make -C
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-10-04 03:20:14 +00:00

17 lines
515 B
XML

<sect2>
<title>Installation of Linux threads man pages</title>
<para>Unpack the glibc-linuxthreads package and you'll notice that you end
up with two new directories. Enter the
<filename class="directory">linuxthreads</filename> directory, not the
<filename class="directory">linuxthreads_db</filename> directory.</para>
<para>Install the Linux threads man pages by running the following
commands:</para>
<para><screen><userinput>make -C man &amp;&amp;
make -C man install</userinput></screen></para>
</sect2>