public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-jankratochvil-readline62: http://sourceware.org/ml/gdb-patches/2011-05/msg00010.html Subject: [patch 4/3] readline-6.2: Substitute inc-hist.texinfo
@ 2011-05-02 16:12 jkratoch
  0 siblings, 0 replies; only message in thread
From: jkratoch @ 2011-05-02 16:12 UTC (permalink / raw)
  To: archer-commits

The branch, archer-jankratochvil-readline62 has been updated
       via  276d1f9ffe4efde476d315f67c7950bb1f6c10a9 (commit)
      from  b13706abbee9646f4de522c0552ddd68d1a4f43a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 276d1f9ffe4efde476d315f67c7950bb1f6c10a9
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon May 2 18:11:38 2011 +0200

    http://sourceware.org/ml/gdb-patches/2011-05/msg00010.html
    Subject: [patch 4/3] readline-6.2: Substitute inc-hist.texinfo
    
    Hi,
    
    forgot the patchset had a `make doc' regression:
    make: *** No rule to make target `../../../gdb/doc/../../readline/doc/inc-hist.texinfo', needed by `gdb.info'.  Stop.
    
    There was a copy hsuser.texi -> inc-hist.texinfo before with this diff:
    	@@ -26,9 +26,9 @@ into another language, under the above c
    	 @node Using History Interactively
    	 @chapter Using History Interactively
    
    	-@ifclear BashFeatures
    	-@defcodeindex bt
    	-@end ifclear
    	+@c @ifclear BashFeatures
    	+@c @defcodeindex bt
    	+@c @end ifclear
    
    	 @ifset BashFeatures
    	 This chapter describes how to use the @sc{gnu} History Library
    	@@ -39,9 +39,9 @@ see the @sc{gnu} Readline Library Manual
    	 @end ifset
    	 @ifclear BashFeatures
    	 This chapter describes how to use the @sc{gnu} History Library interactively,
    	-from a user's standpoint.  It should be considered a user's guide.  For
    	-information on using the @sc{gnu} History Library in your own programs,
    	-@pxref{Programming with GNU History}.
    	+from a user's standpoint.  It should be considered a user's guide.
    	+For information on using the @sc{gnu} History Library in other programs,
    	+see the @sc{gnu} Readline Library Manual.
    	 @end ifclear
    
    	 @ifset BashFeatures
    
    Used slightly alternative one with IMO better reference and I have also kept
    hsuser.texi in place as readline/ in src/ is no longer a standalone readline
    distribution anyway.
    
    gdb/doc/
    2011-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
    	hsuser.texi.
    	* gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
    	comment to hsuser.texi.  Change rluser.texi name in the comment.
    
    readline/doc/
    2011-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* hsuser.texi (Using History Interactively): Disable !BashFeatures
    	@defcodeindex.  Make the `Programming with GNU History' reference
    	external.

-----------------------------------------------------------------------

Summary of changes:
 gdb/doc/Makefile.in        |    2 +-
 gdb/doc/gdb.texinfo        |    6 +++---
 readline/doc/ChangeLog.gdb |    6 ++++++
 readline/doc/hsuser.texi   |   10 ++++++----
 4 files changed, 16 insertions(+), 8 deletions(-)

First 500 lines of diff:
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in
index b57f6a5..eef47a5 100644
--- a/gdb/doc/Makefile.in
+++ b/gdb/doc/Makefile.in
@@ -117,7 +117,7 @@ GDB_DOC_SOURCE_INCLUDES = \
 	$(srcdir)/gpl.texi \
 	$(srcdir)/agentexpr.texi \
 	$(READLINE_DIR)/rluser.texi \
-	$(READLINE_DIR)/inc-hist.texinfo
+	$(READLINE_DIR)/hsuser.texi
 GDB_DOC_BUILD_INCLUDES = \
 	gdb-cfg.texi \
 	GDBvn.texi
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index ff5b7cb..d4cafd5 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -31008,13 +31008,13 @@ things without first using the debugger to find the facts.
 
 @c The readline documentation is distributed with the readline code
 @c and consists of the two following files:
-@c     rluser.texinfo
-@c     inc-hist.texinfo
+@c     rluser.texi
+@c     hsuser.texi
 @c Use -I with makeinfo to point to the appropriate directory,
 @c environment var TEXINPUTS with TeX.
 @ifclear SYSTEM_READLINE
 @include rluser.texi
-@include inc-hist.texinfo
+@include hsuser.texi
 @end ifclear
 
 
diff --git a/readline/doc/ChangeLog.gdb b/readline/doc/ChangeLog.gdb
index 4aa05e4..ed30614 100644
--- a/readline/doc/ChangeLog.gdb
+++ b/readline/doc/ChangeLog.gdb
@@ -1,3 +1,9 @@
+2011-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* hsuser.texi (Using History Interactively): Disable !BashFeatures
+	@defcodeindex.  Make the `Programming with GNU History' reference
+	external.
+
 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
 	Imported readline 6.2, and upstream patch 001.
diff --git a/readline/doc/hsuser.texi b/readline/doc/hsuser.texi
index 75df3ee..9aa6c35 100644
--- a/readline/doc/hsuser.texi
+++ b/readline/doc/hsuser.texi
@@ -26,9 +26,10 @@ into another language, under the above conditions for modified versions.
 @node Using History Interactively
 @chapter Using History Interactively
 
-@ifclear BashFeatures
-@defcodeindex bt
-@end ifclear
+@c GDB bundling modification:
+@c @ifclear BashFeatures
+@c @defcodeindex bt
+@c @end ifclear
 
 @ifset BashFeatures
 This chapter describes how to use the @sc{gnu} History Library
@@ -41,7 +42,8 @@ see the @sc{gnu} Readline Library Manual.
 This chapter describes how to use the @sc{gnu} History Library interactively,
 from a user's standpoint.  It should be considered a user's guide.  For
 information on using the @sc{gnu} History Library in your own programs,
-@pxref{Programming with GNU History}.
+@c GDB bundling modification:
+@pxref{Programming with GNU History, , , history, GNU History Library}.
 @end ifclear
 
 @ifset BashFeatures


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-02 16:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-02 16:12 [SCM] archer-jankratochvil-readline62: http://sourceware.org/ml/gdb-patches/2011-05/msg00010.html Subject: [patch 4/3] readline-6.2: Substitute inc-hist.texinfo jkratoch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).