diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-03-08 04:21:51 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-03-08 04:21:51 +0000 |
commit | 2e64b66588301f15138d5c2943a93973a78c96df (patch) | |
tree | 1569936e8f943ddb03c296c6c539c0dba9d689e6 /gas | |
parent | 84ec0e6d8028fbc42241ec73b5b618d56e3b9d1b (diff) | |
download | gdb-2e64b66588301f15138d5c2943a93973a78c96df.zip gdb-2e64b66588301f15138d5c2943a93973a78c96df.tar.gz gdb-2e64b66588301f15138d5c2943a93973a78c96df.tar.bz2 |
2002-03-07 Daniel Jacobowitz <drow@mvista.com>
* doc/as.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 27dc05a..1651312 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2002-03-07 Daniel Jacobowitz <drow@mvista.com> + + * doc/as.texinfo: Wrap @menu in @ifnottex, not @ifinfo. + 2002-03-06 Alan Modra <amodra@bigpond.net.au> * config/tc-i386.c (tc_gen_reloc): Don't attempt to handle 8 byte diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 03a76ec..b6c14fa 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -195,7 +195,7 @@ Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002 Fr @end titlepage -@ifinfo +@ifnottex @node Top @top Using @value{AS} @@ -224,7 +224,7 @@ section entitled "GNU Free Documentation License". * GNU Free Documentation License:: GNU Free Documentation License * Index:: Index @end menu -@end ifinfo +@end ifnottex @node Overview @chapter Overview |