diff options
author | Joseph Myers <joseph@codesourcery.com> | 2008-04-01 17:38:56 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2008-04-01 17:38:56 +0100 |
commit | 7f9766e49a1f3c833b8bb9feca7f0a54483a7031 (patch) | |
tree | f8a3ba5d073c01583ee93a21c5d85f83ba926379 /contrib/ChangeLog | |
parent | 4412a5066472f21dfe01f6dd3ec6757f13b56a0a (diff) | |
download | gcc-7f9766e49a1f3c833b8bb9feca7f0a54483a7031.zip gcc-7f9766e49a1f3c833b8bb9feca7f0a54483a7031.tar.gz gcc-7f9766e49a1f3c833b8bb9feca7f0a54483a7031.tar.bz2 |
texi2pod.pl: Handle @samp and @url inside verbatim blocks.
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.
From-SVN: r133794
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r-- | contrib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 88cf772..e763771 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,9 @@ +2008-04-01 Joseph Myers <joseph@codesourcery.com> + + * texi2pod.pl: Handle @samp and @url inside verbatim blocks. + Handle @heading. Handle enumerated lists with starting numbers + and extra headings. + 2008-03-10 Janis Johnson <janis187@us.ibm.com> * patch_tester.sh (initialization): Initialize svnpatch and stop. |