diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-17 19:20:05 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-17 19:20:05 +0000 |
commit | f5b3605162e7cf7807500e78f989b0ecf169cd28 (patch) | |
tree | 6ff3b4ab121f5dc4cfb32c48955165d70582a95b /gcc/doc/configfiles.texi | |
parent | 63b59447717bd7e40298fd6d0bccca1bbc00e379 (diff) | |
download | gcc-f5b3605162e7cf7807500e78f989b0ecf169cd28.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48119 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/configfiles.texi')
-rw-r--r-- | gcc/doc/configfiles.texi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/doc/configfiles.texi b/gcc/doc/configfiles.texi index ca0a3a409ef..58aaf572d28 100644 --- a/gcc/doc/configfiles.texi +++ b/gcc/doc/configfiles.texi @@ -10,19 +10,10 @@ you need not be concerned with these files. @itemize @bullet @item -@ifset INTERNALS A file named @file{config.h} is created that contains a @samp{#include} of the top-level config file for the machine you will run the compiler on (@pxref{Config}). This file is responsible for defining information about the host machine. It includes @file{tm.h}. -@end ifset -@ifclear INTERNALS -A file named @file{config.h} is created that contains a @samp{#include} -of the top-level config file for the machine you will run the compiler -on (@pxref{Config,,The Configuration File, gcc.info, Using and Porting -GCC}). This file is responsible for defining information about the host -machine. It includes @file{tm.h}. -@end ifclear The top-level config file is located in the subdirectory @file{config}. Its name is always @file{xm-@var{something}.h}; usually |