Pārlūkot izejas kodu

Add patch to install bzip2 documentation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6681 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 gadi atpakaļ
vecāks
revīzija
64fc68abb9
4 mainītis faili ar 18 papildinājumiem un 0 dzēšanām
  1. 5 0
      chapter01/changelog.xml
  2. 7 0
      chapter03/patches.xml
  3. 4 0
      chapter06/bzip2.xml
  4. 2 0
      patches.ent

+ 5 - 0
chapter01/changelog.xml

@@ -87,6 +87,7 @@ First a summary, then a detailed log.</para>
 
 <listitem><para>Added:</para>
 <itemizedlist>
+<listitem><para>&bzip2-docs-patch;</para></listitem>
 <listitem><para>&gcc-linkonce-patch;</para></listitem>
 <listitem><para>&gcc-no_fixincludes-patch;</para></listitem>
 <listitem><para>&gcc-specs-patch;</para></listitem>
@@ -112,6 +113,10 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>August 14th, 2005 [matt]: Added patch to install documentation
+for bzip2 (fixes bug 1603).</para>
+</listitem>
+
 <listitem><para>August 14th, 2005 [matt]: Upgrade to linux-2.6.12.4.</para>
 </listitem>
 

+ 7 - 0
chapter03/patches.xml

@@ -32,6 +32,13 @@ needed to build an LFS system:</para>
 </varlistentry>
 
 <varlistentry>
+<term>Bzip2 Documentation Patch - 1 KB:</term>
+<listitem>
+<para><ulink url="&patches-root;&bzip2-docs-patch;"/></para>
+</listitem>
+</varlistentry>
+<varlistentry>
+
 <term>Coreutils Suppress Uptime, Kill, Su Patch - 15 KB:</term>
 <listitem>
 <para><ulink url="&patches-root;&coreutils-suppress-patch;"/></para>

+ 4 - 0
chapter06/bzip2.xml

@@ -32,6 +32,10 @@ GCC, Glibc, and Make</seg></seglistitem>
 <sect2 role="installation">
 <title>Installation of Bzip2</title>
 
+<para>Apply a patch to install the documentation for this package:</para>
+
+<screen><userinput>patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen>
+
 <para>Prepare Bzip2 for compilation with:</para>
 
 <screen><userinput>make -f Makefile-libbz2_so

+ 2 - 0
patches.ent

@@ -4,6 +4,8 @@
 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
 <!ENTITY bash-avoid_WCONTINUED-patch "bash-&bash-version;-avoid_WCONTINUED-1.patch">
 
+<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
+
 <!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch">
 <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-2.patch">