diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-31 10:18:58 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-31 10:18:58 +0000 |
commit | 449f3b6ca7ee8f4bc340972fb39ec1ed251eb7ed (patch) | |
tree | a18ab66303a8714d12c9451e93a250db34a051d2 /gdb/doc/stabs.texinfo | |
parent | 70d72e0eecedce2273b1ed400ecb86e8137878d2 (diff) | |
download | gdb-449f3b6ca7ee8f4bc340972fb39ec1ed251eb7ed.zip gdb-449f3b6ca7ee8f4bc340972fb39ec1ed251eb7ed.tar.gz gdb-449f3b6ca7ee8f4bc340972fb39ec1ed251eb7ed.tar.bz2 |
Import texinfo.tex from texinfo-4.0.
Add support for ``make pdf'' to the gdb/doc directory using pdftex.
Diffstat (limited to 'gdb/doc/stabs.texinfo')
-rw-r--r-- | gdb/doc/stabs.texinfo | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index 8239ce7..a4ea1dc 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -86,6 +86,10 @@ This document describes the stabs debugging format. @end menu @end ifinfo +@c TeX can handle the contents at the start but makeinfo 3.12 can not +@iftex +@contents +@end iftex @node Overview @chapter Overview of Stabs @@ -4015,5 +4019,12 @@ However, no one has yet designed or implemented such a scheme. @printindex fn +@c TeX can handle the contents at the start but makeinfo 3.12 can not +@ifinfo @contents +@end ifinfo +@ifhtml +@contents +@end ifhtml + @bye |