]> git.pld-linux.org Git - packages/crossavr-gdb.git/blob - gdb-info.patch
- outdated
[packages/crossavr-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 --- gdb-6.1.1/gdb/doc/gdb.texinfo.orig  2004-06-15 00:25:29.000000000 +0200
13 +++ gdb-6.1.1/gdb/doc/gdb.texinfo       2004-06-22 23:37:55.963941600 +0200
14 @@ -38,9 +38,9 @@
15  
16  @c This is a dir.info fragment to support semi-automated addition of
17  @c manuals to an info tree.
18 -@dircategory Software development
19 +@dircategory Programming tools:
20  @direntry
21 -* Gdb: (gdb).                     The GNU debugger.
22 +* Gdb: (gdb).                          The GNU debugger
23  @end direntry
24  
25  @ifinfo
26 --- gdb-6.1.1/gdb/doc/gdbint.texinfo.orig       2004-06-15 00:25:31.000000000 +0200
27 +++ gdb-6.1.1/gdb/doc/gdbint.texinfo    2004-06-22 23:38:21.741022888 +0200
28 @@ -1,9 +1,9 @@
29  \input texinfo   @c -*- texinfo -*-
30  @setfilename gdbint.info
31  @include gdb-cfg.texi
32 -@dircategory Software development
33 +@dircategory Programming tools:
34  @direntry
35 -* Gdb-Internals: (gdbint).     The GNU debugger's internals.
36 +* Gdb-Internals: (gdbint).             The GNU debugger's internals
37  @end direntry
38  
39  @ifinfo
40 --- gdb-6.1.1/gdb/doc/stabs.texinfo.orig        2004-06-15 00:25:31.000000000 +0200
41 +++ gdb-6.1.1/gdb/doc/stabs.texinfo     2004-06-22 23:38:51.279532352 +0200
42 @@ -5,9 +5,9 @@
43  
44  @c This is a dir.info fragment to support semi-automated addition of
45  @c manuals to an info tree.
46 -@dircategory Software development
47 +@dircategory Programming tools:
48  @direntry
49 -* Stabs: (stabs).                 The "stabs" debugging information format.   
50 +* Stabs: (stabs).                      The "stabs" debugging information format
51  @end direntry
52  
53  @ifinfo
This page took 0.049288 seconds and 3 git commands to generate.