[patch, docs] Standardize GCC manual title pages.

Brooks Moses brooks.moses@codesourcery.com
Fri Feb 23 09:51:00 GMT 2007


As promised in my recent post to gcc-devel, the attached patch 
standardizes all of the title pages in the texi documentation under the 
gcc/ directory.  (Note that this patch only changes the pdf and dvi 
versions; it doesn't affect the info or html.)

The new standard is, for simplicity, the standard Texinfo format; I've 
also put in a "For GCC version N.N.N" subtitle on each of the manuals. 
In development versions of the compiler, it will say "For GCC version 
N.N.N (pre-release)", making it easy to distinguish development from 
release versions of the manuals.

I also stuck a table of contents into install.texi while I was 
standardizing things, since it didn't have one.  This, again, is set to 
only affect the dvi and pdf output.

gcc/ChangeLog ---------------------------------------------------------
2007-02-21  Brooks Moses  <brooks.moses@codesourcery.com>

	* 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 ---------------------------------------------------------
2007-02-21  Brooks Moses  <brooks.moses@codesourcery.com>

	* gnat-style.texi: Standardize title page.
	* gnat_rm.texi: Likewise.
	* gnat_ugn.texi: Likewise.

fortran/ChangeLog -----------------------------------------------------
2007-02-21  Brooks Moses  <brooks.moses@codesourcery.com>

	* gfortran.texi: Standardize title page, remove version number
	from copyright page.

treelang/ChangeLog ----------------------------------------------------
2007-02-21  Brooks Moses  <brooks.moses@codesourcery.com>

	* treelang.texi: Standardize title page, remove version number
	from copyright page.

-----------------------------------------------------------------------

Tested on i686-pc-linux-gnu with "make pdf" and "make info".  Ok for 
trunk?  As a documentation patch, should this also go into 4.2?

- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: titlepages.diff
Type: text/x-patch
Size: 7248 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070223/cb56b28d/attachment.bin>


More information about the Gcc-patches mailing list