48ecdca610549d00e703f920d43323c151c8d4ac
[binutils-gdb.git] / gdb / doc / gdb.texinfo
1 _dnl__ -*-Texinfo-*-
2 _dnl__ Copyright (c) 1988 1989 1990 1991 Free Software Foundation, Inc.
3 _dnl__ This file controls overall layout of the GDB manual.
4 _dnl__ $Id$
5 \input texinfo
6 @setfilename _GDBP__.info
7 @c THIS MANUAL REQUIRES TEXINFO-2 macros and info-makers to format properly.
8 @c
9 @c NOTE: this manual is marked up for preprocessing with a collection
10 @c of m4 macros called "pretex.m4". If you see <_if__> and <_fi__>
11 @c scattered around the source, you have the full source before
12 @c preprocessing; if you don't, you have the source configured for
13 @c _HOST__ architectures (and you can of course get the full source,
14 @c with all configurations, from wherever you got this).
15 _if__(0)
16
17 THIS IS THE SOURCE PRIOR TO PREPROCESSING. The full source needs to
18 be run through m4 before either tex- or info- formatting: for example,
19 _0__
20 m4 pretex.m4 none.m4 m680x0.m4 gdb.texi-m4 >gdb-680x0.texinfo
21 _1__
22 will produce (assuming your path finds either GNU or SysV m4; Berkeley
23 won't do) a file suitable for formatting. See the text in "pretex.m4"
24 for a fuller explanation (and the macro definitions).
25
26 _fi__(0)
27 _include__(gdb.top-m4)
28 _include__(gdb.sample-m4)
29 _include__(gdb.invoc-m4)
30 _include__(gdb.cmds-m4)
31 _include__(gdb.run-m4)
32 _include__(gdb.stop-m4)
33 _include__(gdb.stack-m4)
34 _include__(gdb.src-m4)
35 _include__(gdb.data-m4)
36 _include__(gdb.symb-m4)
37 _include__(gdb.alter-m4)
38 _include__(gdb.files-m4)
39 _include__(gdb.tgts-m4)
40 _include__(gdb.ctl-m4)
41 _include__(gdb.canned-m4)
42 _include__(gdb.emacs-m4)
43 _include__(gdb.bugs-m4)
44 _include__(gdb.rdln-m4)
45 _include__(gdb.rename-m4)
46 _include__(gdb.install-m4)
47 _include__(gdb.gpl-m4)
48
49 @node Index, , Copying, Top
50 @unnumbered Index
51
52 @printindex cp
53
54 @tex
55 % I think something like @colophon should be in texinfo. In the
56 % meantime:
57 \long\def\colophon{\hbox to0pt{}\vfill
58 \centerline{The body of this manual is set in}
59 \centerline{\fontname\tenrm,}
60 \centerline{with headings in {\bf\fontname\tenbf}}
61 \centerline{and examples in {\tt\fontname\tentt}.}
62 \centerline{{\it\fontname\tenit\/} and}
63 \centerline{{\sl\fontname\tensl\/}}
64 \centerline{are used for emphasis.}\vfill}
65 \page\colophon
66 % Blame: pesch@cygnus.com, 28mar91.
67 @end tex
68
69 @contents
70 @bye