Install Linux kernel documentation. Fixes bug 1683

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2006-01-23 20:49:24 +00:00
parent 41ddb3b5c8
commit a1e18fa508
2 changed files with 15 additions and 0 deletions

View File

@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
<para>January 23, 2006</para>
<itemizedlist>
<listitem>
<para>[matthew] - Install documentation for the Linux kernel. Thanks
to Tushar for the report. Fixes bug 1683.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>January 23, 2006</para>
<itemizedlist>

View File

@ -147,6 +147,11 @@
<screen><userinput>cp -v .config /boot/config-&linux-version;</userinput></screen>
<para>Install the documentation for the Linux kernel:</para>
<screen>install -d /usr/share/doc/linux-&linux-version; &amp;&amp;
cp -r Documentation/* /usr/share/doc/linux-&linux-version;</screen>
<para>It is important to note that the files in the kernel source
directory are not owned by <emphasis>root</emphasis>. Whenever a
package is unpacked as user <emphasis>root</emphasis> (like we did