diff options
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/ada/gnat-style.texi | 13 | ||||
-rw-r--r-- | gcc/ada/gnat_rm.texi | 6 | ||||
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 11 |
4 files changed, 15 insertions, 21 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index f8e372f..3e6707e 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,9 @@ +2007-02-26 Brooks Moses <brooks.moses@codesourcery.com> + + * gnat-style.texi: Standardize title page. + * gnat_rm.texi: Likewise. + * gnat_ugn.texi: Likewise. + 2007-02-25 Mark Mitchell <mark@codesourcery.com> * decl.c (annotate_value): Adjust for refactoring of tree_map diff --git a/gcc/ada/gnat-style.texi b/gcc/ada/gnat-style.texi index 7018974..61fc713 100644 --- a/gcc/ada/gnat-style.texi +++ b/gcc/ada/gnat-style.texi @@ -27,6 +27,7 @@ @settitle GNAT Coding Style @setchapternewpage odd +@include gcc-common.texi @dircategory Software development @direntry @@ -39,16 +40,12 @@ @c %**end of header @titlepage -@sp 10 -@title GNAT Coding Style -@flushright -@titlefont{A Guide for GNAT Developers} -@end flushright -@sp 2 +@titlefont{GNAT Coding Style:} +@sp 1 +@title @hfill A Guide for GNAT Developers @subtitle GNAT, The GNU Ada 95 Compiler - +@versionsubtitle @author Ada Core Technologies, Inc. - @page @vskip 0pt plus 1filll diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi index fad7e14..8c5f79f 100644 --- a/gcc/ada/gnat_rm.texi +++ b/gcc/ada/gnat_rm.texi @@ -43,12 +43,10 @@ entitled ``GNU Free Documentation License''. @end copying @titlepage - @title GNAT Reference Manual @subtitle GNAT, The GNU Ada 95 Compiler -@subtitle GCC version @value{version-GCC} -@author AdaCore - +@versionsubtitle +@author Ada Core Technologies, Inc. @page @vskip 0pt plus 1filll diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 214369a..1f49987 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -125,23 +125,16 @@ A copy of the license is included in the section entitled @end copying @titlepage - @title @value{EDITION} User's Guide - @ifset vms @sp 1 @flushright @titlefont{@i{@value{PLATFORM}}} @end flushright @end ifset - -@sp 2 - @subtitle GNAT, The GNU Ada 95 Compiler -@subtitle GCC version @value{version-GCC} - -@author AdaCore - +@versionsubtitle +@author Ada Core Technologies, Inc. @page @vskip 0pt plus 1filll |