From 7771bb621aad43c7d0e21ccec4922dd3beac9cb6 Mon Sep 17 00:00:00 2001 From: Brooks Moses Date: Tue, 27 Feb 2007 06:00:47 +0000 Subject: 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 --- gcc/doc/include/gcc-common.texi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'gcc/doc/include/gcc-common.texi') diff --git a/gcc/doc/include/gcc-common.texi b/gcc/doc/include/gcc-common.texi index 1cbfc64..bd44b3c 100644 --- a/gcc/doc/include/gcc-common.texi +++ b/gcc/doc/include/gcc-common.texi @@ -51,3 +51,19 @@ \global\normaloffset =0.75in @end tex @end ifset + +@c Macro to generate a "For the N.N.N version" subtitle on the title +@c page of TeX documentation. This macro should be used in the +@c titlepage environment after the title and any other subtitles have +@c been placed, and before any authors are placed. +@macro versionsubtitle +@ifclear DEVELOPMENT +@subtitle For @sc{gcc} version @value{version-GCC} +@end ifclear +@ifset DEVELOPMENT +@subtitle For @sc{gcc} version @value{version-GCC} (pre-release) +@end ifset +@c Even if there are no authors, the second titlepage line should be +@c forced to the bottom of the page. +@vskip 0pt plus 1filll +@end macro -- cgit v1.1