* Makefile.in (GDBvn.texi): Fix match expression to work with
current format of VERSION in gdb/Makefile.in. * gdb.texinfo: Fix node ref to match new readline.
This commit is contained in:
parent
1206c6599d
commit
d6dc958030
3 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in (GDBvn.texi): Fix match expression to work with
|
||||||
|
current format of VERSION in gdb/Makefile.in.
|
||||||
|
* gdb.texinfo: Fix node ref to match new readline.
|
||||||
|
|
||||||
Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
|
Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
|
||||||
|
|
||||||
* gdb.texinfo: Changes made as part of a project to merge in
|
* gdb.texinfo: Changes made as part of a project to merge in
|
||||||
|
@ -10,7 +16,6 @@ Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
|
||||||
|
|
||||||
There are also a number of @node changes.
|
There are also a number of @node changes.
|
||||||
|
|
||||||
|
|
||||||
1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
|
1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
|
||||||
|
|
||||||
* gdbint.texinfo (Formatting): Disambiguate a sentence.
|
* gdbint.texinfo (Formatting): Disambiguate a sentence.
|
||||||
|
|
|
@ -173,7 +173,7 @@ refcard.ps : refcard.dvi
|
||||||
|
|
||||||
# File to record current GDB version number (copied from main dir Makefile.in)
|
# File to record current GDB version number (copied from main dir Makefile.in)
|
||||||
GDBvn.texi : ${gdbdir}/Makefile.in
|
GDBvn.texi : ${gdbdir}/Makefile.in
|
||||||
echo "@set GDBVN `sed <$(srcdir)/../Makefile.in -n 's/VERSION = //p'`" > ./GDBvn.new
|
echo "@set GDBVN `sed <$(srcdir)/../Makefile.in -n 's/^VERSION *= *//p'`" > ./GDBvn.new
|
||||||
mv GDBvn.new GDBvn.texi
|
mv GDBvn.new GDBvn.texi
|
||||||
|
|
||||||
# Updated atomically
|
# Updated atomically
|
||||||
|
|
|
@ -218,7 +218,7 @@ Free Software Foundation, Inc.
|
||||||
@end ifclear
|
@end ifclear
|
||||||
|
|
||||||
* Command Line Editing:: Command Line Editing
|
* Command Line Editing:: Command Line Editing
|
||||||
* Using History:: Using History Interactively
|
* Using History Interactively:: Using History Interactively
|
||||||
* Installing GDB:: Installing GDB
|
* Installing GDB:: Installing GDB
|
||||||
* Index:: Index
|
* Index:: Index
|
||||||
|
|
||||||
|
@ -10260,7 +10260,7 @@ make gdb.dvi
|
||||||
@end example
|
@end example
|
||||||
@end ifclear
|
@end ifclear
|
||||||
|
|
||||||
@node Installing GDB, Index, Using History, Top
|
@node Installing GDB, Index, Using History Interactively, Top
|
||||||
@appendix Installing @value{GDBN}
|
@appendix Installing @value{GDBN}
|
||||||
@cindex configuring @value{GDBN}
|
@cindex configuring @value{GDBN}
|
||||||
@cindex installation
|
@cindex installation
|
||||||
|
|
Loading…
Reference in a new issue