diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-12-10 11:27:01 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-10 11:27:01 +0000 |
commit | 01342a36d36f6d680c87eb6162b0746b02173e46 (patch) | |
tree | 7b127b0f620efb2ca2ec7b1f1f932ac21836cfc5 /gcc | |
parent | c6bc7526bceb16ba58f2ccbd3bc7d876fc6dee39 (diff) | |
download | gcc-01342a36d36f6d680c87eb6162b0746b02173e46.zip gcc-01342a36d36f6d680c87eb6162b0746b02173e46.tar.gz gcc-01342a36d36f6d680c87eb6162b0746b02173e46.tar.bz2 |
cpp.texi: Don't condition menus on @ifinfo.
* doc/cpp.texi: Don't condition menus on @ifinfo. Condition the
copyright notice formerly conditioned on @ifinfo on @ifnottex
instead.
f:
* g77.texi: Don't condition menus on @ifinfo.
ch:
* chill.texi: Don't condition menus on @ifinfo.
From-SVN: r47842
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/ch/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ch/chill.texi | 3 | ||||
-rw-r--r-- | gcc/doc/cpp.texi | 4 | ||||
-rw-r--r-- | gcc/f/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/f/g77.texi | 4 |
6 files changed, 16 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4f18b44..af4f13e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2001-12-10 Joseph S. Myers <jsm28@cam.ac.uk> + + * doc/cpp.texi: Don't condition menus on @ifinfo. Condition the + copyright notice formerly conditioned on @ifinfo on @ifnottex + instead. + Mon Dec 10 06:15:44 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * vmsdbgout.c (lookup_filename): Remove warning. diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 9b5f97a..111824d 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,7 @@ +2001-12-10 Joseph S. Myers <jsm28@cam.ac.uk> + + * chill.texi: Don't condition menus on @ifinfo. + 2001-12-04 Zack Weinberg <zack@codesourcery.com> * Makefile.in: Don't set ALL. Delete @cross_defines@, diff --git a/gcc/ch/chill.texi b/gcc/ch/chill.texi index 00b2118..692afde 100644 --- a/gcc/ch/chill.texi +++ b/gcc/ch/chill.texi @@ -17,7 +17,6 @@ END-INFO-DIR-ENTRY @end titlepage @contents -@ifinfo @node Top @top @@ -32,8 +31,6 @@ END-INFO-DIR-ENTRY * References:: Language definition references @end menu -@end ifinfo - @node Options @chapter Compiler options diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 64e2cb7..a4eaf84 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -69,7 +69,6 @@ This manual contains no Invariant Sections. The Front-Cover Texts are @contents @page -@ifinfo @node Top @top The C preprocessor implements the macro language used to transform C, @@ -171,9 +170,10 @@ Obsolete Features @end detailmenu @end menu +@ifnottex @copyrightnotice{} @covertexts{} -@end ifinfo +@end ifnottex @node Overview @chapter Overview diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 7277d71..e315de7 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +2001-12-10 Joseph S. Myers <jsm28@cam.ac.uk> + + * g77.texi: Don't condition menus on @ifinfo. + Wed Dec 5 06:49:21 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * com.c (ffecom_1): Properly handle TREE_READONLY for INDIRECT_REF. diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi index 849be3c..be9b814 100644 --- a/gcc/f/g77.texi +++ b/gcc/f/g77.texi @@ -198,8 +198,6 @@ texts being (a) (see below), and with the Back-Cover Texts being (b) @contents @page -@ifinfo - @node Top, Copying,, (DIR) @top Introduction @cindex Introduction @@ -226,8 +224,6 @@ and how to report bugs. It corresponds to the @value{which-g77} version of @command{g77}. @end ifclear -@end ifinfo - @ifset DEVELOPMENT @emph{Warning:} This document is still under development, and might not accurately reflect the @command{g77} code base |