diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-01 16:38:56 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-01 16:38:56 +0000 |
commit | eae7da6510a6dba352ba895b0986b7f2fa679acf (patch) | |
tree | f8a3ba5d073c01583ee93a21c5d85f83ba926379 /gcc/java | |
parent | 63a9f8da61255ee5dc19c27b9422ab6889bc62ed (diff) | |
download | gcc-eae7da6510a6dba352ba895b0986b7f2fa679acf.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133794 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/java/Make-lang.in | 2 | ||||
-rw-r--r-- | gcc/java/gcj.texi | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 5af91ac9430..2c2c35e03d4 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,9 @@ +2008-04-01 Joseph Myers <joseph@codesourcery.com> + + * gcj.texi: Include gpl_v3.texi instead of gpl.texi + * Make-lang.in (TEXI_JAVA_FILES): Include gpl_v3.texi instead of + gpl.texi. + 2008-03-27 Tom Tromey <tromey@redhat.com> * Make-lang.in: Revert automatic dependency patch. diff --git a/gcc/java/Make-lang.in b/gcc/java/Make-lang.in index bfb57a3b59b..8c6ce3e204f 100644 --- a/gcc/java/Make-lang.in +++ b/gcc/java/Make-lang.in @@ -311,7 +311,7 @@ java/jcf-path.o: java/jcf-path.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ $(srcdir)/java/jcf-path.c $(OUTPUT_OPTION) TEXI_JAVA_FILES = java/gcj.texi $(gcc_docdir)/include/fdl.texi \ - $(gcc_docdir)/include/gpl.texi $(gcc_docdir)/include/gcc-common.texi \ + $(gcc_docdir)/include/gpl_v3.texi $(gcc_docdir)/include/gcc-common.texi \ gcc-vers.texi # Documentation diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index f5df9d943e7..40e1cd6c10b 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -122,7 +122,7 @@ files and object files, and it can read both Java source code and @end menu -@include gpl.texi +@include gpl_v3.texi @include fdl.texi |