PATCH: ld texinfo tweak
Daniel Jacobowitz
drow@mvista.com
Thu Mar 7 20:04:00 GMT 2002
More information about the Binutils mailing list
Thu Mar 7 20:04:00 GMT 2002
- Previous message (by thread): PATCH: Mark 2.12 in NEWS files on the branch
- Next message (by thread): PATCH: ld texinfo tweak
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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). Committed to branch and trunk as obvious. The generated man pages and info pages still look right afterwards. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer 2002-03-07 Daniel Jacobowitz <drow@mvista.com> * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo. Index: ld.texinfo =================================================================== RCS file: /cvs/src/src/ld/ld.texinfo,v retrieving revision 1.60.2.2 diff -u -p -r1.60.2.2 ld.texinfo --- ld.texinfo 2002/02/14 04:25:54 1.60.2.2 +++ ld.texinfo 2002/03/08 04:02:36 @@ -116,7 +116,7 @@ section entitled "GNU Free Documentation @end iftex @c FIXME: Talk about importance of *order* of args, cmds to linker! -@ifinfo +@ifnottex @node Top @top Using ld This file documents the @sc{gnu} linker ld version @value{VERSION}. @@ -156,7 +156,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
- Previous message (by thread): PATCH: Mark 2.12 in NEWS files on the branch
- Next message (by thread): PATCH: ld texinfo tweak
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list