diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-01-13 00:24:39 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-01-13 00:24:39 +0000 |
commit | 23de1fbfd0e36837e18117cb79a5f336a375eb40 (patch) | |
tree | 2af12662b0a9e3f3ea8a7e08d6fa532b50c204fe /gcc/c-tree.texi | |
parent | 706c0c11568f29e4fb4e60a225edd2dc4af311b7 (diff) | |
download | gcc-23de1fbfd0e36837e18117cb79a5f336a375eb40.tar.gz |
Makefile.in (info, [...]): Also build and remove and install and uninstall c-tree.info and cppinternals.info.
* Makefile.in (info, maintainer-clean, install-info, uninstall):
Also build and remove and install and uninstall c-tree.info and
cppinternals.info.
($(srcdir)/gcc.info): Add dependency on contrib.texi.
($(srcdir)/cppinternals.info): New target.
* c-tree.texi: Change file name used when makeinfo used without -o
from ir.info to c-tree.info. Add info directory entry.
* cppinternals.texi: Add info directory entry.
* .cvsignore: Update.
cp:
* Make-lang.in (c++.info, c++.install-info): Build and install g++
internals info.
(c++.uninstall, c++.maintainer-clean): Remove g++ internals info.
($(srcdir)/cp/g++int.info): New target.
* gxxint.texi: Add info directory entry. Use @@ in email address.
* .cvsignore: Update.
From-SVN: r38970
Diffstat (limited to 'gcc/c-tree.texi')
-rw-r--r-- | gcc/c-tree.texi | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gcc/c-tree.texi b/gcc/c-tree.texi index 8f00e8c79f1..7b1d08dc5f4 100644 --- a/gcc/c-tree.texi +++ b/gcc/c-tree.texi @@ -23,15 +23,19 @@ @c Prologue @c --------------------------------------------------------------------- -@setfilename ir.info +@setfilename c-tree.info @settitle C/C++ Internal Representation @setchapternewpage on @ifinfo +@dircategory Programming +@direntry +* c-tree: (c-tree). C/C++ Internal Representation +@end direntry This manual documents the internal representation used by GCC to represent C and C++ source programs. -Copyright (c) 1999, 2000 Free Software Foundation, Inc. +Copyright (c) 1999, 2000, 2001 Free Software Foundation, Inc. @end ifinfo @c --------------------------------------------------------------------- @@ -43,7 +47,7 @@ Copyright (c) 1999, 2000 Free Software Foundation, Inc. @author CodeSourcery, LLC <info@@codesourcery.com> @page @vskip 0pt plus 1filll -Copyright @copyright{} 1999, 2000 Free Software Foundation, Inc. +Copyright @copyright{} 1999, 2000, 2001 Free Software Foundation, Inc. @end titlepage @c --------------------------------------------------------------------- |