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 to add java.generated-manpages


On Sun, 9 Dec 2001, Matthias Klose wrote:

> -JAVA_INSTALL_NAME = `echo gcj|sed '$(program_transform_name)'` 
> +JAVA_INSTALL_NAME = `echo gcj|sed '$(program_transform_name)'`

Lots of extraneous changes like this.  These trailing whitespace removal
changes should go in a separate patch.

> -Copyright (C) @value{copyrights-gcj} Free Software Foundation, Inc.
> +@c man begin COPYRIGHT
> +Copyright @copyright{} 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996,
> +1997, 1998, 1999, 2000, 2001
> +Free Software Foundation, Inc.

No, you're not meant to copy the CPP manual copyright notice in here -
you're simply meant to use the method I indicated to make the reference to
where the GFDL is found different in the main GCJ manual and in the
manpage.  As is you've lost the Invariant Sections and Cover Texts notices
as well as adding bogus years.

-- 
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]