commit 90c110a4557433b771a46b7df285e6f8ad64da91 Author: Joel Brobecker Date: Fri Jan 1 13:07:04 2010 +0400 Update the "Start of New Year Procedure". * gdbint.texinfo: Add the list of files that need to be updated manually. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index dbe1197..3af8622 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -6758,9 +6758,25 @@ Update the copyright year in: @end itemize @item -Add the new year in the copyright notices of all source and documentation -files. This can be done semi-automatically by running the @code{copyright.sh} -script. This script requires Emacs 22 or later to be installed. +Run the @code{copyright.sh} script to add the new year in the copyright +notices of most source files. This script requires Emacs 22 or later to +be installed. + +@item +The new year also needs to be added manually in all other files that +are not already taken care of by the @code{copyright.sh} script: +@itemize @bullet + @item @file{*.s} + @item @file{*.f} + @item @file{*.f90} + @item @file{*.igen} + @item @file{*.ac} + @item @file{*.texi} + @item @file{*.texinfo} + @item @file{*.tex} + @item @file{*.defs} + @item @file{*.1} +@end itemize @end itemize