diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2002-01-10 16:04:23 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2002-01-10 16:04:23 +0000 |
commit | 0a553c7e1853074ee0616f92ce6b749f389e547a (patch) | |
tree | 1b51c9c6d40a0aa3d4f51db20a7b7e22c18fbf6d /gcc/doc/makefile.texi | |
parent | 195a5def1cd526aa9160c33f54d9c4103d01dd79 (diff) | |
download | gcc-0a553c7e1853074ee0616f92ce6b749f389e547a.tar.gz |
Makefile.in ($(docdir)/gccint.info, gccint.dvi): Add additional dependencies.
* Makefile.in ($(docdir)/gccint.info, gccint.dvi): Add additional
dependencies.
* doc/languages.texi, doc/sourcebuild.texi: New files.
* doc/configfiles.texi: Make a subsubsection. Update.
* doc/configterms.texi: Add @node. Remove warning that this isn't
instructions for building GCC.
* doc/makefile.texi: Make a subsection.
* doc/gccint.texi: Update.
From-SVN: r48731
Diffstat (limited to 'gcc/doc/makefile.texi')
-rw-r--r-- | gcc/doc/makefile.texi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/doc/makefile.texi b/gcc/doc/makefile.texi index d4eb9f35dd2..69d621ba66c 100644 --- a/gcc/doc/makefile.texi +++ b/gcc/doc/makefile.texi @@ -1,11 +1,9 @@ -@c Copyright (C) 2001 Free Software Foundation, Inc. +@c Copyright (C) 2001, 2002 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @node Makefile -@chapter Additional Makefile and configure information. - -@section Makefile Targets +@subsection Makefile Targets @cindex makefile targets @cindex targets, makefile |