diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/kernel-inst.xml | 2 |
2 files changed, 7 insertions, 0 deletions
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 @@ </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> 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.</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> |