Browse Source

gm4 -> m4

gdb-4_18-branch
K. Richard Pixley 35 years ago
parent
commit
1f0e6a9919
  1. 4
      gdb/doc/ChangeLog
  2. 2
      gdb/doc/Makefile.in

4
gdb/doc/ChangeLog

@ -1,3 +1,7 @@
Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
* Makefile.in: gm4 -> m4.
Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
* gdb.texinfo: Update for GDB-4.5. Move `Formatting

2
gdb/doc/Makefile.in

@ -57,7 +57,7 @@ gdbdir = ..
# Documentation (gdb.dvi) needs either GNU m4 or SysV m4;
# Berkeley/Sun don't have quite enough.
#M4=/usr/5bin/m4
M4=gm4
M4=m4
# where to find texinfo; GDB dist should include a recent one
TEXIDIR=$(srcdir)/${gdbdir}/../texinfo/fsf

Loading…
Cancel
Save