mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 21:49:13 +00:00
added make mandocs, plus copy them to /usr/share/man/man9
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
826e4f9d9e
commit
1986f02dba
@ -48,6 +48,11 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>December 31st, 2002 [gerard]: Chapter 06 - Linux: Added
|
||||
<emphasis>make mandocs</emphasis> to create man pages and copy them to
|
||||
<filename
|
||||
class="directory">/usr/share/man/man9</filename></para></listitem>
|
||||
|
||||
<listitem><para>December 31st, 2002 [gerard]: Appendix A - Bzip2: Changed
|
||||
the download location to http://sources.redhat.com/bzip2</para></listitem>
|
||||
|
||||
|
@ -12,10 +12,12 @@ and copy the header files to where they will be found by these packages.</para>
|
||||
make mrproper &&
|
||||
make include/linux/version.h &&
|
||||
make symlinks &&
|
||||
make mandocs &&
|
||||
cp -HR include/asm /usr/include &&
|
||||
cp -R include/asm-generic /usr/include &&
|
||||
cp -R include/linux /usr/include &&
|
||||
touch /usr/include/linux/autoconf.h &&
|
||||
cp -a Documentation/man /usr/share/man/man9 &&
|
||||
rm /bin/pwd</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user