aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/include
diff options
context:
space:
mode:
authorBrooks Moses <brooks.moses@codesourcery.com>2007-02-27 06:00:47 +0000
committerBrooks Moses <brooks@gcc.gnu.org>2007-02-26 22:00:47 -0800
commit7771bb621aad43c7d0e21ccec4922dd3beac9cb6 (patch)
tree5d3f59cb7b7d5814e57a08f0f5146d4bcc15aa0c /gcc/doc/include
parent8208b34a272ef2a7582a176e87bd865d88d7cd50 (diff)
downloadgcc-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/doc/include')
-rw-r--r--gcc/doc/include/gcc-common.texi16
1 files changed, 16 insertions, 0 deletions
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