Tried allowing $Id: to appear in final output, but it confuses makeinfo
[deliverable/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 @tex
28 \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$
29 \xdef\manvers{\$Revision$} % For use in headers, footers too
30 {\parskip=0pt
31 \hfill rms\@ai.mit.edu, pesch\@cygnus.com\par
32 \hfill {\it Using _GDBN__}, \manvers\par
33 \hfill \TeX{}info \texinfoversion\par
34 }
35 @end tex
36 _include__(gdb.top-m4)
37 _include__(gdb.sample-m4)
38 _include__(gdb.invoc-m4)
39 _include__(gdb.cmds-m4)
40 _include__(gdb.run-m4)
41 _include__(gdb.stop-m4)
42 _include__(gdb.stack-m4)
43 _include__(gdb.src-m4)
44 _include__(gdb.data-m4)
45 _include__(gdb.symb-m4)
46 _include__(gdb.alter-m4)
47 _include__(gdb.files-m4)
48 _include__(gdb.tgts-m4)
49 _include__(gdb.ctl-m4)
50 _include__(gdb.canned-m4)
51 _include__(gdb.emacs-m4)
52 _include__(gdb.bugs-m4)
53 _include__(gdb.rdln-m4)
54 _include__(gdb.rename-m4)
55 _include__(gdb.install-m4)
56 _include__(gdb.gpl-m4)
57
58 @node Index, , Copying, Top
59 @unnumbered Index
60
61 @printindex cp
62
63 @tex
64 % I think something like @colophon should be in texinfo. In the
65 % meantime:
66 \long\def\colophon{\hbox to0pt{}\vfill
67 \centerline{The body of this manual is set in}
68 \centerline{\fontname\tenrm,}
69 \centerline{with headings in {\bf\fontname\tenbf}}
70 \centerline{and examples in {\tt\fontname\tentt}.}
71 \centerline{{\it\fontname\tenit\/} and}
72 \centerline{{\sl\fontname\tensl\/}}
73 \centerline{are used for emphasis.}\vfill}
74 \page\colophon
75 % Blame: pesch@cygnus.com, 28mar91.
76 @end tex
77
78 @contents
79 @bye
This page took 0.171411 seconds and 4 git commands to generate.