]> git.pld-linux.org Git - packages/gdb.git/blob - gdb-bz701131-readline62-3of3.patch
- up to 7.3.1
[packages/gdb.git] / gdb-bz701131-readline62-3of3.patch
1 http://sourceware.org/ml/gdb-patches/2011-05/msg00010.html
2 Subject: [patch 4/3] readline-6.2: Substitute inc-hist.texinfo
3
4 Hi,
5
6 forgot the patchset had a `make doc' regression:
7 make: *** No rule to make target `../../../gdb/doc/../../readline/doc/inc-hist.texinfo', needed by `gdb.info'.  Stop.
8
9 There was a copy hsuser.texi -> inc-hist.texinfo before with this diff:
10         @@ -26,9 +26,9 @@ into another language, under the above c
11          @node Using History Interactively
12          @chapter Using History Interactively
13          
14         -@ifclear BashFeatures
15         -@defcodeindex bt
16         -@end ifclear
17         +@c @ifclear BashFeatures
18         +@c @defcodeindex bt
19         +@c @end ifclear
20          
21          @ifset BashFeatures
22          This chapter describes how to use the @sc{gnu} History Library
23         @@ -39,9 +39,9 @@ see the @sc{gnu} Readline Library Manual
24          @end ifset
25          @ifclear BashFeatures
26          This chapter describes how to use the @sc{gnu} History Library interactively,
27         -from a user's standpoint.  It should be considered a user's guide.  For
28         -information on using the @sc{gnu} History Library in your own programs,
29         -@pxref{Programming with GNU History}.
30         +from a user's standpoint.  It should be considered a user's guide.
31         +For information on using the @sc{gnu} History Library in other programs,
32         +see the @sc{gnu} Readline Library Manual.
33          @end ifclear
34          
35          @ifset BashFeatures
36
37 Used slightly alternative one with IMO better reference and I have also kept
38 hsuser.texi in place as readline/ in src/ is no longer a standalone readline
39 distribution anyway.
40
41
42 Sorry,
43 Jan
44
45
46 gdb/doc/
47 2011-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
48
49         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
50         hsuser.texi.
51         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
52         comment to hsuser.texi.  Change rluser.texi name in the comment.
53
54 readline/doc/
55 2011-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
56
57         * hsuser.texi (Using History Interactively): Disable !BashFeatures
58         @defcodeindex.  Make the `Programming with GNU History' reference
59         external.
60
61 Index: gdb-7.2.90.20110525/gdb/doc/Makefile.in
62 ===================================================================
63 --- gdb-7.2.90.20110525.orig/gdb/doc/Makefile.in        2011-01-03 14:01:05.000000000 +0100
64 +++ gdb-7.2.90.20110525/gdb/doc/Makefile.in     2011-05-25 19:16:35.000000000 +0200
65 @@ -117,7 +117,7 @@ GDB_DOC_SOURCE_INCLUDES = \
66         $(srcdir)/gpl.texi \
67         $(srcdir)/agentexpr.texi \
68         $(READLINE_DIR)/rluser.texi \
69 -       $(READLINE_DIR)/inc-hist.texinfo
70 +       $(READLINE_DIR)/hsuser.texi
71  GDB_DOC_BUILD_INCLUDES = \
72         gdb-cfg.texi \
73         GDBvn.texi
74 Index: gdb-7.2.90.20110525/gdb/doc/gdb.texinfo
75 ===================================================================
76 --- gdb-7.2.90.20110525.orig/gdb/doc/gdb.texinfo        2011-05-25 19:14:36.000000000 +0200
77 +++ gdb-7.2.90.20110525/gdb/doc/gdb.texinfo     2011-05-25 19:17:01.000000000 +0200
78 @@ -31095,13 +31095,13 @@ things without first using the debugger 
79  
80  @c The readline documentation is distributed with the readline code
81  @c and consists of the two following files:
82 -@c     rluser.texinfo
83 -@c     inc-hist.texinfo
84 +@c     rluser.texi
85 +@c     hsuser.texi
86  @c Use -I with makeinfo to point to the appropriate directory,
87  @c environment var TEXINPUTS with TeX.
88  @ifclear SYSTEM_READLINE
89  @include rluser.texi
90 -@include inc-hist.texinfo
91 +@include hsuser.texi
92  @end ifclear
93  
94  @node In Memoriam
95 Index: gdb-7.2.90.20110525/readline/doc/hsuser.texi
96 ===================================================================
97 --- gdb-7.2.90.20110525.orig/readline/doc/hsuser.texi   2011-05-25 19:16:17.000000000 +0200
98 +++ gdb-7.2.90.20110525/readline/doc/hsuser.texi        2011-05-25 19:16:35.000000000 +0200
99 @@ -26,9 +26,10 @@ into another language, under the above c
100  @node Using History Interactively
101  @chapter Using History Interactively
102  
103 -@ifclear BashFeatures
104 -@defcodeindex bt
105 -@end ifclear
106 +@c GDB bundling modification:
107 +@c @ifclear BashFeatures
108 +@c @defcodeindex bt
109 +@c @end ifclear
110  
111  @ifset BashFeatures
112  This chapter describes how to use the @sc{gnu} History Library
113 @@ -41,7 +42,8 @@ see the @sc{gnu} Readline Library Manual
114  This chapter describes how to use the @sc{gnu} History Library interactively,
115  from a user's standpoint.  It should be considered a user's guide.  For
116  information on using the @sc{gnu} History Library in your own programs,
117 -@pxref{Programming with GNU History}.
118 +@c GDB bundling modification:
119 +@pxref{Programming with GNU History, , , history, GNU History Library}.
120  @end ifclear
121  
122  @ifset BashFeatures
This page took 0.037222 seconds and 3 git commands to generate.