PATCH: ld texinfo tweak

Daniel Jacobowitz drow@mvista.com
Thu Mar 7 20:21:00 GMT 2002


On Thu, Mar 07, 2002 at 11:04:55PM -0500, Daniel Jacobowitz wrote:
> This patch lets makeinfo --html work on the LD documentation (the other
> manuals seemed to be fine.  Well, I haven't done quite all of them yet).

And in fact gas and gprof had the same problem.

2002-03-07  Daniel Jacobowitz  <drow@mvista.com>

	* doc/as.texinfo: Wrap @menu in @ifnottex, not @ifinfo.

2002-03-07  Daniel Jacobowitz  <drow@mvista.com>

	* gprof.texi: Wrap @menu in @ifnottex, not @ifinfo.

Index: as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.55.2.3
diff -u -p -r1.55.2.3 as.texinfo
--- gas/doc/as.texinfo	2002/02/16 11:02:34	1.55.2.3
+++ gas/doc/as.texinfo	2002/03/08 04:13:46
@@ -194,7 +194,7 @@ Copyright @copyright{} 1991, 92, 93, 94,
 
 @end titlepage
 
-@ifinfo
+@ifnottex
 @node Top
 @top Using @value{AS}
 
@@ -223,7 +223,7 @@ section entitled "GNU Free Documentation
 * GNU Free Documentation License::  GNU Free Documentation License
 * Index::                       Index
 @end menu
-@end ifinfo
+@end ifnottex
 
 @node Overview
 @chapter Overview
Index: gprof.texi
===================================================================
RCS file: /cvs/src/src/gprof/gprof.texi,v
retrieving revision 1.8
diff -u -p -r1.8 gprof.texi
--- gprof/gprof.texi	2001/06/12 10:39:40	1.8
+++ gprof/gprof.texi	2002/03/08 04:14:04
@@ -66,7 +66,7 @@ Copyright @copyright{} 1988, 92, 97, 98,
 
 @end titlepage
 
-@ifinfo
+@ifnottex
 @node Top
 @top Profiling a Program: Where Does It Spend Its Time?
 
@@ -94,7 +94,7 @@ section entitled "GNU Free Documentation
 * Details::             Details of how profiling is done
 * GNU Free Documentation License::  GNU Free Documentation License
 @end menu
-@end ifinfo
+@end ifnottex
 
 @node Introduction
 @chapter Introduction to Profiling


-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer



More information about the Binutils mailing list