Changeset 0d824c5


Ignore:
Timestamp:
07/22/2023 10:36:33 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
8435a70
Parents:
e9619f6
Message:

kernel: Simplify doc installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    re9619f6 r0d824c5  
    432432    <para>Install the documentation for the Linux kernel:</para>
    433433
    434 <screen><userinput remap="install">install -d /usr/share/doc/linux-&linux-version;
    435 cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen>
     434<screen><userinput remap="install">cp -r Documentation -T /usr/share/doc/linux-&linux-version;</userinput></screen>
    436435
    437436    <para>It is important to note that the files in the kernel source
Note: See TracChangeset for help on using the changeset viewer.