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]

Re: Patch: FYI: PR 7633


On 22 Aug 2002, Tom Tromey wrote:

> Incidentally I get an error from makeinfo when building install.info:
> 
> cd ../../gcc/gcc && makeinfo  -I doc -I doc/include -o doc/gccinstall.info doc/install.texi
> doc/install.texi:267: warning: Info cannot handle `:' in index entry `Installing GCC: Configuration'.
> doc/install.texi:918: warning: Info cannot handle `:' in index entry `Installing GCC: Building'.
> doc/install.texi:1158: warning: Info cannot handle `:' in index entry `Installing GCC: Testing'.
> doc/install.texi:1428: warning: Info cannot handle `:' in index entry `Installing GCC: Binaries'.

That's a warning, not an error.  Hopefully the info format will get
extended to fix this problem at some point.

(In the case of the install manual, I don't think the index is that useful
anyway.)

> Index: ChangeLog
> from  Tom Tromey  <tromey@redhat.com>
> 
> 	* doc/install.texi (Configuration): Document --datadir.

OK except:

> --- doc/install.texi 20 Aug 2002 19:56:30 -0000 1.135
> +++ doc/install.texi 22 Aug 2002 16:45:54 -0000
> @@ -39,7 +39,7 @@
>  @settitle Installing GCC: GNU Free Documentation License
>  @end ifset
>  
> -@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
> +@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2002,
>  @c 1999, 2000, 2001, 2002 Free Software Foundation, Inc.

You're duplicating the year 2002 here.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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