From d6dc958030452274bbf3fc6795c6d1f84a5100be Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Fri, 15 Jan 1999 01:12:49 +0000 Subject: [PATCH] * 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. --- gdb/doc/ChangeLog | 7 ++++++- gdb/doc/Makefile.in | 2 +- gdb/doc/gdb.texinfo | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fb17003..df6f260 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +Thu Jan 14 17:10:12 1999 Stan Shebs + + * 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 * gdb.texinfo: Changes made as part of a project to merge in @@ -9,7 +15,6 @@ Wed Jan 13 10:38:40 1999 Edith Epstein some HPUX specific limitations for shared library support. There are also a number of @node changes. - 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com) diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index ddcd014..69241bf 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -173,7 +173,7 @@ refcard.ps : refcard.dvi # File to record current GDB version number (copied from main dir 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 # Updated atomically diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b982a89..e9666c7 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -218,7 +218,7 @@ Free Software Foundation, Inc. @end ifclear * Command Line Editing:: Command Line Editing -* Using History:: Using History Interactively +* Using History Interactively:: Using History Interactively * Installing GDB:: Installing GDB * Index:: Index @@ -10260,7 +10260,7 @@ make gdb.dvi @end example @end ifclear -@node Installing GDB, Index, Using History, Top +@node Installing GDB, Index, Using History Interactively, Top @appendix Installing @value{GDBN} @cindex configuring @value{GDBN} @cindex installation -- 2.7.4