From b11cc6108963f1a0690fd603b91f125144636f98 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 17 Dec 2001 19:20:05 +0000 Subject: 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 --- gcc/java/ChangeLog | 4 ++++ gcc/java/gcj.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc/java') 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 + + * gcj.texi: Update link to GCC manual. + 2001-12-17 Tom Tromey * 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 -- cgit v1.1