diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-10 16:04:23 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-10 16:04:23 +0000 |
commit | a2e68e6d9acb4a212ffc31354e6c14322ebd7adb (patch) | |
tree | 1b51c9c6d40a0aa3d4f51db20a7b7e22c18fbf6d /gcc/doc/makefile.texi | |
parent | 349662372a93f011a9881ab109c60620da232d11 (diff) | |
download | gcc-a2e68e6d9acb4a212ffc31354e6c14322ebd7adb.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48731 138bc75d-0d04-0410-961f-82ee72b054a4
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 |