aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <d.love@dl.ac.uk>1998-06-23 08:35:52 +0000
committerJeff Law <law@gcc.gnu.org>1998-06-23 02:35:52 -0600
commitdaf21dfd8018376476559ef65a4ffdf203839cc1 (patch)
treeca747bbc3c1dac780936a18ad0400084d84ecc69
parent5816cb14dd6c7d682888a0cdd52a73e0867edd05 (diff)
downloadgcc-daf21dfd8018376476559ef65a4ffdf203839cc1.zip
gcc-daf21dfd8018376476559ef65a4ffdf203839cc1.tar.gz
gcc-daf21dfd8018376476559ef65a4ffdf203839cc1.tar.bz2
cpp.texi, gcc.texi: Add @dircategory...
* cpp.texi, gcc.texi: Add @dircategory, @direntry meant to accompany previous Makefile.in (install-info) change. From-SVN: r20672
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/cpp.texi11
-rw-r--r--gcc/gcc.texi4
3 files changed, 13 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d4f3d45..8fc049f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 23 09:30:58 1998 Dave Love <d.love@dl.ac.uk>
+
+ * cpp.texi, gcc.texi: Add @dircategory, @direntry meant to
+ accompany previous Makefile.in (install-info) change.
+
Tue Jun 23 10:06:07 EDT 1998 Andrew MacLeod (amacleod@cygnus.com)
* eh-common.h (struct __eh_info): Remove coerced value field.
diff --git a/gcc/cpp.texi b/gcc/cpp.texi
index fb730e2..e71b6e9 100644
--- a/gcc/cpp.texi
+++ b/gcc/cpp.texi
@@ -2,15 +2,12 @@
@setfilename cpp.info
@settitle The C Preprocessor
-@ignore
@ifinfo
-@format
-START-INFO-DIR-ENTRY
-* Cpp: (cpp). The C preprocessor.
-END-INFO-DIR-ENTRY
-@end format
+@dircategory Programming
+@direntry
+* Cpp: (cpp). The GNU C preprocessor.
+@end direntry
@end ifinfo
-@end ignore
@c @smallbook
@c @cropmarks
diff --git a/gcc/gcc.texi b/gcc/gcc.texi
index 62e32b2..5b713ac 100644
--- a/gcc/gcc.texi
+++ b/gcc/gcc.texi
@@ -80,6 +80,10 @@
@c @end tex
@ifinfo
+@dircategory Programming
+@direntry
+* gcc: (gcc). The GNU C compiler.
+@end direntry
@ifset INTERNALS
@ifset USING
This file documents the use and the internals of the GNU compiler.