Update the "Start of New Year Procedure".
authorJoel Brobecker <brobecker@gnat.com>
Fri, 1 Jan 2010 11:38:33 +0000 (11:38 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 1 Jan 2010 11:38:33 +0000 (11:38 +0000)
        * gdbint.texinfo: Add the list of files that need to be updated
        manually.  Minor reformatting.

gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index a4304e69785bbc4307987c42be25bbb273bbeb03..deb3a14725b2e2499bae16a787d257e852be8f05 100644 (file)
@@ -1,3 +1,9 @@
+2010-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       Update the "Start of New Year Procedure".
+       * gdbint.texinfo: Add the list of files that need to be updated
+       manually.  Minor reformatting.
+
 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
 
        * refcard.tex: Update copyright year in header and text.
index 0a40902e59be114e1443b8a3d1b88a347a822a6a..347c86029001a87e11226677c346af5ec8b11f9d 100644 (file)
@@ -6752,15 +6752,44 @@ Update the copyright year in the startup message
 
 Update the copyright year in:
 @itemize @bullet
-@item file @file{top.c}, function @code{print_gdb_version}
-@item file @file{gdbserver/server.c}, function @code{gdbserver_version}
-@item file @file{gdbserver/gdbreplay.c}, function @code{gdbreplay_version}
+  @item
+  file @file{top.c}, function @code{print_gdb_version}
+  @item
+  file @file{gdbserver/server.c}, function @code{gdbserver_version}
+  @item
+  file @file{gdbserver/gdbreplay.c}, function @code{gdbreplay_version}
 @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 @file{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 @file{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
 
This page took 0.0429 seconds and 4 git commands to generate.