r133796 - in /branches/gcc-4_3-branch: contrib/...

jsm28@gcc.gnu.org jsm28@gcc.gnu.org
Tue Apr 1 18:49:00 GMT 2008


Author: jsm28
Date: Tue Apr  1 18:49:36 2008
New Revision: 133796

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133796
Log:
contrib:
	* texi2pod.pl: Handle @samp and @url inside verbatim blocks.
	Handle @heading.  Handle enumerated lists with starting numbers
	and extra headings.

gcc:
	* doc/include/gpl_v3.texi: Update for manpage generation.
	* doc/gcc.texi, doc/gccint.texi: Include gpl_v3.texi instead of
	gpl.texi.
	* doc/sourcebuild.texi: Document gpl_v3.texi as well as gpl.texi.
	* Makefile.in (TEXI_GCC_FILES, TEXI_GCCINT_FILES): Include
	gpl_v3.texi instead of gpl.texi.
	(gpl.pod): New.

gcc/fortran:
	* gfortran.texi: Include gpl_v3.texi instead of gpl.texi
	* Make-lang.in (GFORTRAN_TEXI): Include gpl_v3.texi instead of
	gpl.texi.

gcc/java:
	* gcj.texi: Include gpl_v3.texi instead of gpl.texi
	* Make-lang.in (TEXI_JAVA_FILES): Include gpl_v3.texi instead of
	gpl.texi.

Modified:
    branches/gcc-4_3-branch/contrib/ChangeLog
    branches/gcc-4_3-branch/contrib/texi2pod.pl
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/Makefile.in
    branches/gcc-4_3-branch/gcc/doc/gcc.texi
    branches/gcc-4_3-branch/gcc/doc/gccint.texi
    branches/gcc-4_3-branch/gcc/doc/include/gpl_v3.texi
    branches/gcc-4_3-branch/gcc/doc/sourcebuild.texi
    branches/gcc-4_3-branch/gcc/fortran/ChangeLog
    branches/gcc-4_3-branch/gcc/fortran/Make-lang.in
    branches/gcc-4_3-branch/gcc/fortran/gfortran.texi
    branches/gcc-4_3-branch/gcc/java/ChangeLog
    branches/gcc-4_3-branch/gcc/java/Make-lang.in
    branches/gcc-4_3-branch/gcc/java/gcj.texi



More information about the Gcc-cvs mailing list