aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorJim Gifford <jim@linuxfromscratch.org>2005-05-23 20:07:49 +0000
committerJim Gifford <jim@linuxfromscratch.org>2005-05-23 20:07:49 +0000
commit3e36a78621937b7ba17d4ab83abff97f84325ef8 (patch)
tree0a4e6d36c492da4517dfc4e6a48640f0fff6aa5a /chapter05
parentcf629b7d308b8a7ba42debfc8483bf950a821fd2 (diff)
Changed patches to use entities
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5402 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/bash.xml4
-rw-r--r--chapter05/binutils-pass1.xml2
-rw-r--r--chapter05/binutils-pass2.xml2
-rw-r--r--chapter05/bison.xml2
-rw-r--r--chapter05/bzip2.xml2
-rw-r--r--chapter05/coreutils.xml2
-rw-r--r--chapter05/dejagnu.xml2
-rw-r--r--chapter05/diffutils.xml2
-rw-r--r--chapter05/expect.xml4
-rw-r--r--chapter05/findutils.xml2
-rw-r--r--chapter05/flex.xml4
-rw-r--r--chapter05/gawk.xml2
-rw-r--r--chapter05/gcc-pass1.xml2
-rw-r--r--chapter05/gcc-pass2.xml6
-rw-r--r--chapter05/gettext.xml2
-rw-r--r--chapter05/glibc.xml4
-rw-r--r--chapter05/grep.xml2
-rw-r--r--chapter05/gzip.xml2
-rw-r--r--chapter05/linux-libc-headers.xml2
-rw-r--r--chapter05/m4.xml2
-rw-r--r--chapter05/make.xml2
-rw-r--r--chapter05/ncurses.xml2
-rw-r--r--chapter05/patch.xml2
-rw-r--r--chapter05/perl.xml4
-rw-r--r--chapter05/sed.xml2
-rw-r--r--chapter05/tar.xml2
-rw-r--r--chapter05/tcl.xml2
-rw-r--r--chapter05/texinfo.xml2
-rw-r--r--chapter05/util-linux.xml2
29 files changed, 65 insertions, 7 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml
index 930bd964a..3cd497081 100644
--- a/chapter05/bash.xml
+++ b/chapter05/bash.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-bash" role="wrap">
<title>Bash-&bash-version;</title>
@@ -31,7 +33,7 @@
<para>Bash has a problem when compiled against newer versions of Glibc, causing
it to hang inappropriately. This patch fixes the problem:</para>
-<screen><userinput>patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&bash-avoid_WCONTINUED-patch;</userinput></screen>
<para>Prepare Bash for compilation:</para>
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml
index e2eafc63e..44ae7bb20 100644
--- a/chapter05/binutils-pass1.xml
+++ b/chapter05/binutils-pass1.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-binutils-pass1" role="wrap">
<title>Binutils-&binutils-version; - Pass 1</title>
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml
index 85a574309..fd1e866ff 100644
--- a/chapter05/binutils-pass2.xml
+++ b/chapter05/binutils-pass2.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-binutils-pass2" role="wrap">
<title>Binutils-&binutils-version; - Pass 2</title>
diff --git a/chapter05/bison.xml b/chapter05/bison.xml
index dc237997d..f3bcb69f5 100644
--- a/chapter05/bison.xml
+++ b/chapter05/bison.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-bison" xreflabel="Bison" role="wrap">
<title>Bison-&bison-version;</title>
diff --git a/chapter05/bzip2.xml b/chapter05/bzip2.xml
index e30a7c536..65c948891 100644
--- a/chapter05/bzip2.xml
+++ b/chapter05/bzip2.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-bzip2" role="wrap">
<title>Bzip2-&bzip2-version;</title>
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml
index e7bf67d37..88fd40600 100644
--- a/chapter05/coreutils.xml
+++ b/chapter05/coreutils.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-coreutils" role="wrap">
<title>Coreutils-&coreutils-version;</title>
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml
index eb18225f4..36c272f5c 100644
--- a/chapter05/dejagnu.xml
+++ b/chapter05/dejagnu.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-dejagnu" role="wrap">
<title>DejaGNU-&dejagnu-version;</title>
diff --git a/chapter05/diffutils.xml b/chapter05/diffutils.xml
index b3408d512..bddd6a34a 100644
--- a/chapter05/diffutils.xml
+++ b/chapter05/diffutils.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-diffutils" role="wrap">
<title>Diffutils-&diffutils-version;</title>
diff --git a/chapter05/expect.xml b/chapter05/expect.xml
index 0bb187582..aa4f0519d 100644
--- a/chapter05/expect.xml
+++ b/chapter05/expect.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-expect" role="wrap">
<title>Expect-&expect-version;</title>
@@ -32,7 +34,7 @@ GCC, Glibc, Grep, Make, Sed, and Tcl</seg></seglistitem>
<para>First, fix a bug that can result in false failures during the GCC test
suite run:</para>
-<screen><userinput>patch -Np1 -i ../expect-&expect-version;-spawn-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&expect-spawn-patch;</userinput></screen>
<para>Now prepare Expect for compilation:</para>
diff --git a/chapter05/findutils.xml b/chapter05/findutils.xml
index d75f15b90..3ac2aaf03 100644
--- a/chapter05/findutils.xml
+++ b/chapter05/findutils.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-findutils" role="wrap">
<title>Findutils-&findutils-version;</title>
diff --git a/chapter05/flex.xml b/chapter05/flex.xml
index c78a52ffc..1d95dd788 100644
--- a/chapter05/flex.xml
+++ b/chapter05/flex.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-flex" role="wrap">
<title>Flex-&flex-version;</title>
@@ -30,7 +32,7 @@
<para>Flex contains several known bugs. These can be fixed with the
following patch:</para>
-<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&flex-fixes-patch;</userinput></screen>
<para>The GNU autotools will detect that the Flex source code has been
modified by the previous patch and tries to update the manual page
diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml
index e72817f81..4592c2cf7 100644
--- a/chapter05/gawk.xml
+++ b/chapter05/gawk.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-gawk" role="wrap">
<title>Gawk-&gawk-version;</title>
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index f2bec515b..714084dae 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-gcc-pass1" role="wrap">
<title>GCC-&gcc-version; - Pass 1</title>
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index 202f9a0d9..c73eb3183 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-gcc-pass2" role="wrap">
<title>GCC-&gcc-version; - Pass 2</title>
@@ -64,8 +66,8 @@ class="directory">gcc-&gcc-version;/</filename> subdirectory.</para>
<para>First correct a known problem and make an essential adjustment:</para>
-<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch
-patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&gcc-no_fixincludes-patch;
+patch -Np1 -i ../&gcc-specs-patch;</userinput></screen>
<para>The first patch disables the GCC <command>fixincludes</command>
script. This was briefly mentioned earlier, but a more in-depth
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml
index 26b6b42d2..a929474bb 100644
--- a/chapter05/gettext.xml
+++ b/chapter05/gettext.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-gettext" role="wrap">
<title>Gettext-&gettext-version;</title>
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 8b166917b..bc91e1f73 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-glibc" role="wrap">
<title>Glibc-&glibc-version;</title>
@@ -42,7 +44,7 @@ risk.</para>
problem has been determined to be with the tests themselves, not with the libc
nor the kernel. If you plan to run the testsuite apply this patch:</para>
-<screen><userinput>patch -Np1 -i ../glibc-&glibc-version;-fix_test-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>
diff --git a/chapter05/grep.xml b/chapter05/grep.xml
index 6cc9ce553..a88318b17 100644
--- a/chapter05/grep.xml
+++ b/chapter05/grep.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-grep" role="wrap">
<title>Grep-&grep-version;</title>
diff --git a/chapter05/gzip.xml b/chapter05/gzip.xml
index 3683d5ff9..462e8e3d9 100644
--- a/chapter05/gzip.xml
+++ b/chapter05/gzip.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-gzip" role="wrap">
<title>Gzip-&gzip-version;</title>
diff --git a/chapter05/linux-libc-headers.xml b/chapter05/linux-libc-headers.xml
index 4370bef9f..edfb6f253 100644
--- a/chapter05/linux-libc-headers.xml
+++ b/chapter05/linux-libc-headers.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-linux-libc-headers" role="wrap">
<title>Linux-Libc-Headers-&linux-libc-headers-version;</title>
diff --git a/chapter05/m4.xml b/chapter05/m4.xml
index c861f0593..2d96d0611 100644
--- a/chapter05/m4.xml
+++ b/chapter05/m4.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-m4" role="wrap">
<title>M4-&m4-version;</title>
diff --git a/chapter05/make.xml b/chapter05/make.xml
index d20b8ac0a..35278334d 100644
--- a/chapter05/make.xml
+++ b/chapter05/make.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-make" role="wrap">
<title>Make-&make-version;</title>
diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml
index 72538b445..068b417d7 100644
--- a/chapter05/ncurses.xml
+++ b/chapter05/ncurses.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-ncurses" role="wrap">
<title>Ncurses-&ncurses-version;</title>
diff --git a/chapter05/patch.xml b/chapter05/patch.xml
index ec5bc8888..d4644fad0 100644
--- a/chapter05/patch.xml
+++ b/chapter05/patch.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-patch" role="wrap">
<title>Patch-&patch-version;</title>
diff --git a/chapter05/perl.xml b/chapter05/perl.xml
index 77d619441..9ead25c0f 100644
--- a/chapter05/perl.xml
+++ b/chapter05/perl.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-perl" role="wrap">
<title>Perl-&perl-version;</title>
@@ -30,7 +32,7 @@
<para>First adapt some hard-wired paths to the C library by applying
the following patch:</para>
-<screen><userinput>patch -Np1 -i ../perl-&perl-version;-libc-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
<para>Prepare Perl for compilation (make sure to get the 'IO Fcntl POSIX'
part of the command correct&mdash;they are all letters):</para>
diff --git a/chapter05/sed.xml b/chapter05/sed.xml
index 9bb1090e4..9c75d7359 100644
--- a/chapter05/sed.xml
+++ b/chapter05/sed.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-sed" role="wrap">
<title>Sed-&sed-version;</title>
diff --git a/chapter05/tar.xml b/chapter05/tar.xml
index 21e59b24c..bd293c8cb 100644
--- a/chapter05/tar.xml
+++ b/chapter05/tar.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-tar" role="wrap">
<title>Tar-&tar-version;</title>
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml
index da4c70be5..80d27112f 100644
--- a/chapter05/tcl.xml
+++ b/chapter05/tcl.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-tcl" role="wrap">
<title>Tcl-&tcl-version;</title>
diff --git a/chapter05/texinfo.xml b/chapter05/texinfo.xml
index 3a7ddf4c6..37ef86859 100644
--- a/chapter05/texinfo.xml
+++ b/chapter05/texinfo.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-texinfo" role="wrap">
<title>Texinfo-&texinfo-version;</title>
diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml
index 1c0ae3c19..a0d011163 100644
--- a/chapter05/util-linux.xml
+++ b/chapter05/util-linux.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-tools-util-linux" role="wrap">
<title>Util-linux-&util-linux-version;</title>