[Bug 1992] HTML output error
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Wed Dec 14 15:32:08 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1992
--- Comment #1 from Joel Sherrill <joel.sherrill at oarcorp.com> 2011-12-14 09:32:07 CST ---
I think this is a bug in texi2html. It isn't the only place :(
This pattern is what generates the extra bullet.
@itemize @bullet
@findex CONFIGURE_HAS_OWN_CONFIGURATION_TABLE
@item @code{CONFIGURE_HAS_OWN_CONFIGURATION_TABLE} should only be defined
if the application is providing their own complete set of configuration
tables.
Swapping lines to get this:
@findex CONFIGURE_HAS_OWN_CONFIGURATION_TABLE
@itemize @bullet
@item @code{CONFIGURE_HAS_OWN_CONFIGURATION_TABLE} should only be defined
if the application is providing their own complete set of configuration
tables.
Fixes it. I only see a few alternatives:
+ Ignore this for now.
+ Swap the order of the lines everywhere. Probably not that common.
+ Provide our own texi2html assuming it is already fixed past the release in
Fedora or can be fixed.
+ Provide our own texinfo RPM with texi2any and move forward to final solution.
I definitely think I need to report it because we don't want it broken in
texi2any. :)
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list