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/cppinternals.texi | |
parent | 706c0c11568f29e4fb4e60a225edd2dc4af311b7 (diff) | |
download | gcc-23de1fbfd0e36837e18117cb79a5f336a375eb40.zip gcc-23de1fbfd0e36837e18117cb79a5f336a375eb40.tar.gz gcc-23de1fbfd0e36837e18117cb79a5f336a375eb40.tar.bz2 |
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/cppinternals.texi')
-rw-r--r-- | gcc/cppinternals.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/cppinternals.texi b/gcc/cppinternals.texi index c1604e9..25d9d9c 100644 --- a/gcc/cppinternals.texi +++ b/gcc/cppinternals.texi @@ -5,7 +5,7 @@ @ifinfo @dircategory Programming @direntry -* Cpplib: Cpplib internals. +* Cpplib: (cppinternals). Cpplib internals. @end direntry @end ifinfo @@ -16,7 +16,7 @@ @ifinfo This file documents the internals of the GNU C Preprocessor. -Copyright 2000 Free Software Foundation, Inc. +Copyright 2000, 2001 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -41,13 +41,13 @@ into another language, under the above conditions for modified versions. @titlepage @c @finalout @title Cpplib Internals -@subtitle Last revised Dec 2000 +@subtitle Last revised Jan 2001 @subtitle for GCC version 3.0 @author Neil Booth @page @vskip 0pt plus 1filll @c man begin COPYRIGHT -Copyright @copyright{} 2000 +Copyright @copyright{} 2000, 2001 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of |