This is the mail archive of the gcc-patches@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]

Remove gnats.html, adjust sourcebuild.texi


Since releases now do not ship gnats.html any more, I removed it altogether 
along with the only remaining reference to it in the manuals. This patch has 
been preapproved by Gerald, and has just been committed.

On the 3.3 branch, sourcebuild.texi still references GNATS in more places. 
Since sourcebuild.texi, and in particular this section, doesn't describe 
anything that has user visible relevance, it's probably no problem to not 
apply the patch to the branch.

W.


2003-06-30  Wolfgang Bangerth  <bangerth@dealii.org>

        * doc/sourcebuild.texi: Don't reference gnats.html any more.

Index: sourcebuild.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/sourcebuild.texi,v
retrieving revision 1.24
diff -c -r1.24 sourcebuild.texi
*** sourcebuild.texi    17 Jun 2003 19:00:40 -0000      1.24
--- sourcebuild.texi    30 Jun 2003 16:05:31 -0000
***************
*** 468,475 ****
  @item
  At least one Bugzilla component for bugs in that front end and runtime
  libraries.  This category needs to be mentioned in
! @file{gcc/gccbug.in}, and in @file{gnats.html} on the GCC web site, as
! well as being added to the Bugzilla database.
  @item
  Normally, one or more maintainers of that front end listed in
  @file{MAINTAINERS}.
--- 468,474 ----
  @item
  At least one Bugzilla component for bugs in that front end and runtime
  libraries.  This category needs to be mentioned in
! @file{gcc/gccbug.in}, as well as being added to the Bugzilla database.
  @item
  Normally, one or more maintainers of that front end listed in
  @file{MAINTAINERS}.



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