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]

html generation fix for gccint


This patch fixes html generation of the internals manual and to bring over some changes that were made to the gcc.texi file to this file.

* doc/gccint.texi: Update to to more closely match gcc.texi and fix html generation.

mrs2 $ mkdiff doc/gccint.texi.~1~
Doing diffs in doc/gccint.texi.~1~:
*** doc/gccint.texi.~1~ Sat Jun  5 00:01:49 2004
--- doc/gccint.texi     Fri Oct 22 19:56:54 2004
***************
*** 21,31 ****
  @syncodeindex pg cp
  @syncodeindex tp cp

@c %**end of header

@copying
Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
! 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.


  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.2 or
--- 21,33 ----
  @syncodeindex pg cp
  @syncodeindex tp cp

+ @paragraphindent 1
+
  @c %**end of header

@copying
Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
! 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.


  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.2 or
*************** included in the section entitled ``GNU F
*** 53,61 ****
--- 55,65 ----
  This file documents the internals of the GNU compilers.
  @sp 1
  @insertcopying
+ @sp 1
  @end ifnottex

  @setchapternewpage odd
+ @shorttitlepage GNU Compiler Collection Internals (GCC)
  @titlepage
  @center @titlefont{GNU Compiler Collection Internals}
  @sp 2
*************** Additional tutorial information is linke
*** 128,134 ****
  * Contributors::    People who have contributed to GCC.

  * Option Index::    Index to command line options.
! * Index::         Index of concepts and symbol names.
  @end menu

  @include contribute.texi
--- 132,138 ----
  * Contributors::    People who have contributed to GCC.

  * Option Index::    Index to command line options.
! * Concept Index::   Index of concepts and symbol names.
  @end menu

  @include contribute.texi
*************** form; it may sometimes be useful to look
*** 177,184 ****

@printindex op

! @node Index
! @unnumbered Index

@printindex cp

--- 181,188 ----

@printindex op

! @node Concept Index
! @unnumbered Concept Index

@printindex cp

--------------


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