Prechádzať zdrojové kódy

Install Linux kernel documentation. Fixes bug 1683

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 19 rokov pred
rodič
commit
a1e18fa508
2 zmenil súbory, kde vykonal 15 pridanie a 0 odobranie
  1. 10 0
      chapter01/changelog.xml
  2. 5 0
      chapter08/kernel.xml

+ 10 - 0
chapter01/changelog.xml

@@ -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>

+ 5 - 0
chapter08/kernel.xml

@@ -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