This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/51678] 'make pdf' is broken in libiberty
- From: "gcc at mirality dot co.nz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 13 Jul 2012 01:36:52 +0000
- Subject: [Bug other/51678] 'make pdf' is broken in libiberty
- Auto-submitted: auto-generated
- References: <bug-51678-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51678
--- Comment #3 from Gavin Lambert <gcc at mirality dot co.nz> 2012-07-13 01:36:52 UTC ---
Created attachment 27782
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27782
Proposed fix
Confirmed on mingw32 with MiKTeX.
I've attached a patch which fixes this; basically TeX didn't like having a
heading in the middle of a numbered list (which seems fair enough to me). The
patch breaks the numbered list into two sections. This does of course change
the numbering of the actual items; possibly someone more familiar with TeX than
I can correct this (but the previous numbering seems wrong anyway).