From 1986f02dba64eeaab6a2242823981b0777565510 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 31 Dec 2002 20:40:30 +0000 Subject: 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 --- chapter01/changelog.xml | 5 +++++ chapter06/kernel-inst.xml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c5a9f0524..efede721f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -48,6 +48,11 @@ +December 31st, 2002 [gerard]: Chapter 06 - Linux: Added +make mandocs to create man pages and copy them to +/usr/share/man/man9 + December 31st, 2002 [gerard]: Appendix A - Bzip2: Changed the download location to http://sources.redhat.com/bzip2 diff --git a/chapter06/kernel-inst.xml b/chapter06/kernel-inst.xml index bcb710bfe..b38844425 100644 --- a/chapter06/kernel-inst.xml +++ b/chapter06/kernel-inst.xml @@ -12,10 +12,12 @@ and copy the header files to where they will be found by these packages. 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 -- cgit v1.2.3-54-g00ecf