diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-12-17 19:20:05 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-17 19:20:05 +0000 |
commit | b11cc6108963f1a0690fd603b91f125144636f98 (patch) | |
tree | 6ff3b4ab121f5dc4cfb32c48955165d70582a95b /gcc/java | |
parent | e97562f5ce4ea6d67e165baf9711c06b31b69350 (diff) | |
download | gcc-b11cc6108963f1a0690fd603b91f125144636f98.zip gcc-b11cc6108963f1a0690fd603b91f125144636f98.tar.gz gcc-b11cc6108963f1a0690fd603b91f125144636f98.tar.bz2 |
Separate user and internals manuals.
* Makefile.in (info, $(docdir)/gcc.info, dvi, gcc.dvi): Update
dependencies.
($(docdir)/gccint.info, gccint.dvi): New targets.
(maintainer-clean, install-info, uninstall): Update.
* doc/.cvsignore: Add gccint.info*.
* doc/include/gcc-common.texi: New file.
* doc/gcc.texi: Use it. Adjust to be a user-only manual. Put
copyright notice in a macro. Don't include ISBN unless FSFPRINT
is defined.
* doc/gccint.texi: New file.
* doc/configfiles.texi, doc/extend.texi, doc/invoke.texi,
doc/md.texi, doc/passes.texi, doc/tm.texi, doc/trouble.texi:
Update for separate user and internals manuals.
f:
* g77.texi, invoke.texi: Update links to GCC manual.
java:
* gcj.texi: Update link to GCC manual.
From-SVN: r48119
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/java/gcj.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 0c74f35..594059d 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk> + + * gcj.texi: Update link to GCC manual. + 2001-12-17 Tom Tromey <tromey@redhat.com> * parse.y (link_nested_class_to_enclosing): Removed useless diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index 43d4c93..267c8ee 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -154,7 +154,7 @@ and the Info entries for @file{gcj} and @file{gcc}. As @code{gcj} is just another front end to @code{gcc}, it supports many of the same options as gcc. @xref{Option Summary, , Option Summary, -gcc, Using the GNU Compiler Collection}. This manual only documents the +gcc, Using the GNU Compiler Collection (GCC)}. This manual only documents the options specific to @code{gcj}. @c man end |