diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-02-27 06:00:47 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-02-26 22:00:47 -0800 |
commit | 7771bb621aad43c7d0e21ccec4922dd3beac9cb6 (patch) | |
tree | 5d3f59cb7b7d5814e57a08f0f5146d4bcc15aa0c /gcc/ada | |
parent | 8208b34a272ef2a7582a176e87bd865d88d7cd50 (diff) | |
download | gcc-7771bb621aad43c7d0e21ccec4922dd3beac9cb6.zip gcc-7771bb621aad43c7d0e21ccec4922dd3beac9cb6.tar.gz gcc-7771bb621aad43c7d0e21ccec4922dd3beac9cb6.tar.bz2 |
gcc/ChangeLog ---------------------------------------------------------
gcc/ChangeLog ---------------------------------------------------------
* doc/include/gcc-common.texi (versionsubtitle): New macro.
* doc/cpp.texi: Standardize title page.
* doc/cppinternals.texi: Likewise.
* doc/gcc.texi: Standardize title page, remove version number
from copyright page.
* doc/gccint.texi: Likewise.
* doc/install.texi: Standardize title page, add table of
contents.
ada/ChangeLog ---------------------------------------------------------
* gnat-style.texi: Standardize title page.
* gnat_rm.texi: Likewise.
* gnat_ugn.texi: Likewise.
fortran/ChangeLog -----------------------------------------------------
* gfortran.texi: Standardize title page, remove version number
from copyright page.
treelang/ChangeLog ----------------------------------------------------
* treelang.texi: Standardize title page, remove version number
from copyright page.
From-SVN: r122358
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 |