This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA/doco] GDB Manual edition number and ISBN updates


This is in preparation for a re-print by the FSF of the GDB manual.

The FSF was going to print the gdb-7.3 manual, but failed to tell
us that they wanted us to change the ISBN before they did so. While
discussing with them, I also found that we needed to change the
edition number as well.

So, the plan, now, is to make a 7.3.1 release ASAP, particularly
since we now have the fix for the NetBSD build failure....

gdb/doc/ChangeLog:

        * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.

OK for HEAD + branch?

Thanks,
-- 
Joel

---
 gdb/doc/ChangeLog   |    4 ++++
 gdb/doc/gdb.texinfo |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 7e838cf..83f072e 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-19  Joel Brobecker  <brobecker@adacore.com>
+
+	* gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
+
 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
 
         * gdb.texinfo (Prompt): Add set/show extended-prompt
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 6e7bf52..eb7147f 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -30,7 +30,7 @@
 
 @c !!set GDB manual's edition---not the same as GDB version!
 @c This is updated by GNU Press.
-@set EDITION Ninth
+@set EDITION Tenth
 
 @c !!set GDB edit command default editor
 @set EDITOR /bin/ex
@@ -97,7 +97,7 @@ Version @value{GDBVN}.
 Published by the Free Software Foundation @*
 51 Franklin Street, Fifth Floor,
 Boston, MA 02110-1301, USA@*
-ISBN 1-882114-77-9 @*
+ISBN 978-0-9831592-3-0 @*
 
 @insertcopying
 @end titlepage
-- 
1.7.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]