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/configterms.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/configterms.texi')
-rw-r--r-- | gcc/doc/configterms.texi | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/doc/configterms.texi b/gcc/doc/configterms.texi index 25433557510..39b3152d528 100644 --- a/gcc/doc/configterms.texi +++ b/gcc/doc/configterms.texi @@ -1,15 +1,12 @@ -@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 Configure Terms @section Configure Terms and History @cindex configure terms @cindex canadian -This section is not instructions for building GCC. If you are trying to -do a build, you should first read @uref{http://gcc.gnu.org/install/} or -whatever installation instructions came with your source package. - The configure and build process has a long and colorful history, and can be confusing to anyone who doesn't know why things are the way they are. While there are other documents which describe the configuration process |