]> git.pld-linux.org Git - packages/crossavr-gdb.git/blob - gdb-info.patch
- added info directory fixes to info patch
[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 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/gdbgui.texinfo gdb-5.0/gdb/doc/gdbgui.texinfo
28 --- gdb-5.0.orig/gdb/doc/gdbgui.texinfo Mon Feb  7 01:19:39 2000
29 +++ gdb-5.0/gdb/doc/gdbgui.texinfo      Sat Aug  4 16:38:31 2001
30 @@ -43,9 +43,10 @@
31  @c This is a dir.info fragment to support semi-automated addition of
32  @c manuals to an info tree.  zoo@cygnus.com is developing this facility.
33  @format
34 -START-INFO-DIR-ENTRY
35 -* Gdb: (gdb).                     The GNU debugger.
36 -END-INFO-DIR-ENTRY
37 +@dircategory Programming tools:
38 +@direntry
39 +* Gdb: (gdb).                          The GNU debugger.
40 +@end direntry
41  @end format
42  @end ifinfo
43  @c
44 diff -Nur gdb-5.0.orig/gdb/doc/gdbint.texinfo gdb-5.0/gdb/doc/gdbint.texinfo
45 --- gdb-5.0.orig/gdb/doc/gdbint.texinfo Wed Apr 12 07:16:56 2000
46 +++ gdb-5.0/gdb/doc/gdbint.texinfo      Sat Aug  4 16:39:49 2001
47 @@ -3,9 +3,10 @@
48  
49  @ifinfo
50  @format
51 -START-INFO-DIR-ENTRY
52 -* Gdb-Internals: (gdbint).     The GNU debugger's internals.
53 -END-INFO-DIR-ENTRY
54 +@dircategory Programming tools:
55 +@direntry
56 +* Gdb-Internals: (gdbint).             The GNU debugger's internals.
57 +@end direntry
58  @end format
59  @end ifinfo
60  
61 diff -Nur gdb-5.0.orig/gdb/doc/stabs.texinfo gdb-5.0/gdb/doc/stabs.texinfo
62 --- gdb-5.0.orig/gdb/doc/stabs.texinfo  Mon Jun 28 18:02:18 1999
63 +++ gdb-5.0/gdb/doc/stabs.texinfo       Sat Aug  4 16:40:42 2001
64 @@ -5,9 +5,10 @@
65  
66  @ifinfo
67  @format
68 -START-INFO-DIR-ENTRY
69 -* Stabs: (stabs).                 The "stabs" debugging information format.
70 -END-INFO-DIR-ENTRY
71 +@dircategory Programming tools:
72 +@direntry
73 +* Stabs: (stabs).                      The "stabs" debugging information format.
74 +@end direntry
75  @end format
76  @end ifinfo
77  
This page took 0.043029 seconds and 3 git commands to generate.