This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: using install-info for info files


>>>>> "Jeff" == Jeffrey A Law <law@hurl.cygnus.com> writes:

 Jeff> You also included a cpp.texi and gcc.texi change which you didn't
 Jeff> mention either in the ChangeLog or in the accompanying text.  

I thought we didn't write ChangeLogs for doc files but I now see we
do; Emacs maintenance considered harmful, presumably.

 Jeff> I didn't install them on the assumption that you didn't mean to
 Jeff> include them with this submission.

I did mean to.  The makefile change isn't useful otherwise.  Sorry for
bad commentary.

Tue Jun 23 10:50:11 1998  Dave Love  <d.love@dl.ac.uk>

	* cpp.texi, gcc.texi: Add @dircategory, @direntry meant to
	accompany previous Makefile.in (install-info) change.

Index: cpp.texi
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/cpp.texi,v
retrieving revision 1.3
diff -u -p -r1.3 cpp.texi
--- cpp.texi	1998/04/04 17:37:40	1.3
+++ cpp.texi	1998/06/21 16:05:29
@@ -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
Index: gcc.texi
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/gcc.texi,v
retrieving revision 1.11
diff -u -p -r1.11 gcc.texi
--- gcc.texi	1998/05/20 00:24:28	1.11
+++ gcc.texi	1998/06/21 16:05:31
@@ -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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]