diff options
Diffstat (limited to 'chapter05/binutils-pass1.xml')
-rw-r--r-- | chapter05/binutils-pass1.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index decec8b6f..e30f3962e 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -70,6 +70,12 @@ cd ../binutils-build</userinput></screen> <note><para>The approximate build SBU values and required disk space in Chapter 5 does not include test suite data.</para></note> + <para>Fix a couple of syntax errors that prevent the documentation from + building with Texinfo-&texinfo-version;:</para> + +<screen><userinput remap="pre">sed -i -e 's/@colophon/@@colophon/' \ + -e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo</userinput></screen> + <para>Now prepare Binutils for compilation:</para> <screen><userinput remap="configure">../binutils-&binutils-version;/configure \ |