diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/texinfo.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index 517062461..73da0037a 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -41,6 +41,10 @@ <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> |