diff options
author | Roland Pesch <pesch@cygnus> | 1993-01-23 00:30:28 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1993-01-23 00:30:28 +0000 |
commit | 18fae2a8dbd7555dd98043534a3ce7de19ab4e15 (patch) | |
tree | 42bd3373fcf53c629c754ee21c9a3638e781f49d /gdb/doc/gdbinv-m.m4.in | |
parent | 42b5c73927f9c86c0726b25e271b76133a8e9178 (diff) | |
download | gdb-18fae2a8dbd7555dd98043534a3ce7de19ab4e15.zip gdb-18fae2a8dbd7555dd98043534a3ce7de19ab4e15.tar.gz gdb-18fae2a8dbd7555dd98043534a3ce7de19ab4e15.tar.bz2 |
These changes abolish M4 preprocessing for the GDB manual.
Formatting these files now depends on the recently designed
Texinfo conditionals: to format successfully, you must use very
recent versions (not yet distributed by FSF) of texinfo.tex and makeinfo.c.
The new Texinfo commands are @set, @clear, @ifset, @ifclear, and @value.
Recent texinfo-2 Beta distributions contained partial implementations.
texi2roff does not yet support these commands.
There are miscellaneous clean-ups to Makefile.in as well.
Diffstat (limited to 'gdb/doc/gdbinv-m.m4.in')
-rw-r--r-- | gdb/doc/gdbinv-m.m4.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gdb/doc/gdbinv-m.m4.in b/gdb/doc/gdbinv-m.m4.in index edafe2e..e69de29 100644 --- a/gdb/doc/gdbinv-m.m4.in +++ b/gdb/doc/gdbinv-m.m4.in @@ -1,25 +0,0 @@ -_dnl__ -*- Texinfo -*- -_dnl__ Copyright (c) 1991 Free Software Foundation, Inc. -_dnl__ This file is part of the source for the GDB manual. -_dnl__ M4 FRAGMENT: $Id$ -_if__(_REMOTESTUB__) -* Remote Serial:: _GDBN__ remote serial protocol -_fi__(_REMOTESTUB__) -_if__(_I960__) -* i960-Nindy Remote:: _GDBN__ with a remote i960 (Nindy) -_fi__(_I960__) -_if__(_AMD29K__) -* EB29K Remote:: _GDBN__ with a remote EB29K -_fi__(_AMD29K__) -_if__(_VXWORKS__) -* VxWorks Remote:: _GDBN__ and VxWorks -_fi__(_VXWORKS__) -_if__(_ST2000__) -* ST2000 Remote:: _GDBN__ with a Tandem ST2000 -_fi__(_ST2000__) -_if__(_H8__) -* Hitachi H8/300 Remote:: _GDBN__ and the Hitachi H8/300 -_fi__(_H8__) -_if__(_Z8000__) -* Z8000 Simulator:: _GDBN__ and its Zilog Z8000 Simulator -_fi__(_Z8000__) |