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.
This commit is contained in:
Roland Pesch
1993-01-23 00:30:28 +00:00
parent 42b5c73927
commit 18fae2a8db
21 changed files with 2976 additions and 2565 deletions

View File

@ -1,16 +1,7 @@
srcname="GDB doc"
srctrigger=gdb.texinfo
# per-host:
case "${host_os}" in
sysv4* )
host_makefile_frag=config/mh-sysv4
;;
esac
# per-target:
files="gdbinv-m.m4.in gdbinv-s.m4.in"
links="gdbinv-m.m4 gdbinv-s.m4"
files=""
links=""