aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/texinfo.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml
index 73da0037a..3bac8536c 100644
--- a/chapter06/texinfo.xml
+++ b/chapter06/texinfo.xml
@@ -41,10 +41,6 @@
<sect2 role="installation">
<title>Installation of Texinfo</title>
- <para>Fix an incompatibility between the test suite and Perl-&perl-version;:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&texinfo-test-patch;</userinput></screen>
-
<para>Prepare Texinfo for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
@@ -53,9 +49,6 @@
<screen><userinput remap="make">make</userinput></screen>
- <note><para>One test in the test suite fails due to out of date
- perl code.</para></note>
-
<para>To test the results, issue:</para>
<screen><userinput remap="test">make check</userinput></screen>