This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug web/15263] configure.html: end tag for element "H4" which is not open...


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-05-04 01:05 -------
The bug in prerequisites.html seems to be a bug in install.texi,
caused by a superfluous newline. The following patch fixes that:

=================================================================
--- install.texi	Tue May  4 02:57:53 2004
+++ install.texi	Tue May  4 02:58:30 2004
@@ -290,7 +290,6 @@ systems' @command{tar} programs will als
 
 @heading Tools/packages necessary for modifying GCC
 @table @asis
-
 @item autoconf versions 2.13 and 2.59
 @itemx GNU m4 version 1.4 (or later)
 
=================================================================

The bug in configure.html seems to be a problem with makeinfo.
The page that I generated locally passes the validator without problems.

Gerald, could you please have a look?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gerald at pfeifer dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15263


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]