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]

Documentation PATCH: gcc.texi & makeinfo --html


The @ifinfo comments should be replaced with @ifnottex.

The (c) Notice at start needs @sp and @* to look reasonable in html.

Sat Jan 29 18:11:01 MET 2000	Marc Espie <espie@cvs.openbsd.org>
	* gcc.texi:   Fix for makeinfo 4.0 --html.

*** gcc.texi.orig	Sat Jan 29 17:57:12 2000
--- gcc.texi	Sat Jan 29 18:02:40 2000
***************
*** 79,85 ****
  @c \global\normaloffset =0.75in
  @c @end tex
  
! @ifinfo
  @dircategory Programming
  @direntry
  * gcc: (gcc).                  The GNU Compiler Collection.
--- 79,85 ----
  @c \global\normaloffset =0.75in
  @c @end tex
  
! @ifnottex
  @dircategory Programming
  @direntry
  * gcc: (gcc).                  The GNU Compiler Collection.
***************
*** 95,111 ****
  @ifclear INTERNALS
  This file documents the use of the GNU compiler.
  @end ifclear
! 
! Published by the Free Software Foundation
! 59 Temple Place - Suite 330
  Boston, MA 02111-1307 USA
! 
  Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
! 
  Permission is granted to make and distribute verbatim copies of
  this manual provided the copyright notice and this permission notice
  are preserved on all copies.
! 
  @ignore
  Permission is granted to process this file through Tex and print the
  results, provided the printed document carries copying permission
--- 95,111 ----
  @ifclear INTERNALS
  This file documents the use of the GNU compiler.
  @end ifclear
! @sp 1
! Published by the Free Software Foundation@*
! 59 Temple Place - Suite 330@*
  Boston, MA 02111-1307 USA
! @sp 1
  Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
! @sp 1
  Permission is granted to make and distribute verbatim copies of
  this manual provided the copyright notice and this permission notice
  are preserved on all copies.
! @sp 1
  @ignore
  Permission is granted to process this file through Tex and print the
  results, provided the printed document carries copying permission
***************
*** 119,132 ****
  Software'' are included exactly as in the original, and provided that 
  the entire resulting derived work is distributed under the terms of a 
  permission notice identical to this one.
! 
  Permission is granted to copy and distribute translations of this manual
  into another language, under the above conditions for modified versions,
  except that the sections entitled ``GNU General Public License'' and
  ``Funding for Free Software'', and this permission notice, may be 
  included in translations approved by the Free Software Foundation 
  instead of in the original English.
! @end ifinfo
  
  @setchapternewpage odd
  @c @finalout
--- 119,132 ----
  Software'' are included exactly as in the original, and provided that 
  the entire resulting derived work is distributed under the terms of a 
  permission notice identical to this one.
! @sp 1
  Permission is granted to copy and distribute translations of this manual
  into another language, under the above conditions for modified versions,
  except that the sections entitled ``GNU General Public License'' and
  ``Funding for Free Software'', and this permission notice, may be 
  included in translations approved by the Free Software Foundation 
  instead of in the original English.
! @end ifnottex
  
  @setchapternewpage odd
  @c @finalout
***************
*** 184,190 ****
  @end titlepage
  @page
  
! @ifinfo
  
  @node Top, G++ and GCC,, (DIR)
  @top Introduction
--- 184,190 ----
  @end titlepage
  @page
  
! @ifnottex
  
  @node Top, G++ and GCC,, (DIR)
  @top Introduction
***************
*** 209,215 ****
  bugs.  It corresponds to GCC version 2.96.
  @end ifclear
  
! @end ifinfo
  @menu
  @ifset USING
  * G++ and GCC::     You can compile C or C++ programs.
--- 209,215 ----
  bugs.  It corresponds to GCC version 2.96.
  @end ifclear
  
! @end ifnottex
  @menu
  @ifset USING
  * G++ and GCC::     You can compile C or C++ programs.
***************
*** 4254,4262 ****
  @iftex
  @unnumberedsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  @end iftex
! @ifinfo
  @center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
! @end ifinfo
  
  @enumerate 0
  @item
--- 4254,4262 ----
  @iftex
  @unnumberedsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  @end iftex
! @ifnottex
  @center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
! @end ifnottex
  
  @enumerate 0
  @item
***************
*** 4479,4487 ****
  @iftex
  @heading NO WARRANTY
  @end iftex
! @ifinfo
  @center NO WARRANTY
! @end ifinfo
  
  @item
  BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
--- 4479,4487 ----
  @iftex
  @heading NO WARRANTY
  @end iftex
! @ifnottex
  @center NO WARRANTY
! @end ifnottex
  
  @item
  BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
***************
*** 4509,4517 ****
  @iftex
  @heading END OF TERMS AND CONDITIONS
  @end iftex
! @ifinfo
  @center END OF TERMS AND CONDITIONS
! @end ifinfo
  
  @page
  @unnumberedsec How to Apply These Terms to Your New Programs
--- 4509,4517 ----
  @iftex
  @heading END OF TERMS AND CONDITIONS
  @end iftex
! @ifnottex
  @center END OF TERMS AND CONDITIONS
! @end ifnottex
  
  @page
  @unnumberedsec How to Apply These Terms to Your New Programs

-- 
	Marc Espie		
|anime, sf, juggling, unicycle, acrobatics, comics...
|AmigaOS, OpenBSD, C++, perl, Icon, PostScript...
| `real programmers don't die, they just get out of beta'

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