<title>gnu Binary Utilities</title></bookinfo>

Thanks for the report.  The binutils document is rather unusual in its
setup.  I'll write them about that.

Anyway, I think this one-line change to makeinfo.c is the critical part
of the fix, but I made a bunch of other changes in the same area, so I
didn't test it in isolation.  If you feel like testing the development
version from CVS, please do.

Thanks,
karl

--- makeinfo.c  24 Sep 2007 19:04:10 -0000      1.111
+++ makeinfo.c  24 Oct 2007 18:55:44 -0000
@@ -1650,3 +1650,3 @@
   
-  if (xml && !docbook)
+  if (xml)
     xml_begin_document (filename_part (output_filename));


Reply via email to