]> git.pld-linux.org Git - packages/gdb.git/blob - gdb-info.patch
- updated for 6.1
[packages/gdb.git] / gdb-info.patch
1 diff -urN gdb-5.0.org/gdb/Makefile.in gdb-5.0/gdb/Makefile.in
2 --- gdb-5.0.org/gdb/Makefile.in Tue Sep  5 21:41:32 2000
3 +++ gdb-5.0/gdb/Makefile.in     Tue Sep  5 21:42:55 2000
4 @@ -354,6 +354,7 @@
5  
6  FLAGS_TO_PASS = \
7         "prefix=$(prefix)" \
8 +       "infodir=$(infodir)" \
9         "exec_prefix=$(exec_prefix)" \
10         "against=$(against)" \
11         "AR=$(AR)" \
12 diff -Nur gdb-5.0.orig/gdb/doc/gdb.texinfo gdb-5.0/gdb/doc/gdb.texinfo
13 --- gdb-5.0.orig/gdb/doc/gdb.texinfo    Fri May 12 12:30:39 2000
14 +++ gdb-5.0/gdb/doc/gdb.texinfo Sat Aug  4 16:37:53 2001
15 @@ -39,9 +39,9 @@
16  
17  @c This is a dir.info fragment to support semi-automated addition of
18  @c manuals to an info tree.
19 -@dircategory Programming & development tools.
20 +@dircategory Programming tools:
21  @direntry
22 -* Gdb: (gdb).                     The @sc{gnu} debugger.
23 +* Gdb: (gdb).                          The @sc{gnu} debugger.
24  @end direntry
25  
26  @ifinfo
27 diff -Nur gdb-5.0.orig/gdb/doc/gdbint.texinfo gdb-5.0/gdb/doc/gdbint.texinfo
28 --- gdb-5.0.orig/gdb/doc/gdbint.texinfo Wed Apr 12 07:16:56 2000
29 +++ gdb-5.0/gdb/doc/gdbint.texinfo      Sat Aug  4 16:39:49 2001
30 @@ -3,9 +3,9 @@
31  \input texinfo   @c -*- texinfo -*-
32  @setfilename gdbint.info
33  @include gdb-cfg.texi
34 -@dircategory Programming & development tools.
35 -@direntry
36 -* Gdb-Internals: (gdbint).     The GNU debugger's internals.
37 +@dircategory Programming tools:
38 +@direntry
39 +* Gdb-Internals: (gdbint).             The GNU debugger's internals.
40  @end direntry
41  
42  @ifinfo
43 --- gdb-6.1/gdb/doc/stabs.texinfo.orig  2004-02-24 16:41:29.000000000 +0100
44 +++ gdb-6.1/gdb/doc/stabs.texinfo       2004-04-17 22:45:39.781206760 +0200
45 @@ -5,9 +5,9 @@
46  
47  @c This is a dir.info fragment to support semi-automated addition of
48  @c manuals to an info tree.
49 -@dircategory Programming & development tools.
50 +@dircategory Programming tools:
51  @direntry
52 -* Stabs: (stabs).                 The "stabs" debugging information format.   
53 +* Stabs: (stabs).                      The "stabs" debugging information format
54  @end direntry
55  
56  @ifinfo
This page took 0.033896 seconds and 3 git commands to generate.