]> git.pld-linux.org Git - packages/gdb.git/blame - gdb-info.patch
- outdated
[packages/gdb.git] / gdb-info.patch
CommitLineData
d745abe6
AM
1diff -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)" \
282e5019
JB
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 @@
18786296
JB
15
16 @c This is a dir.info fragment to support semi-automated addition of
17 @c manuals to an info tree.
282e5019 18-@dircategory Software development
18786296
JB
19+@dircategory Programming tools:
20 @direntry
282e5019
JB
21-* Gdb: (gdb). The GNU debugger.
22+* Gdb: (gdb). The GNU debugger
18786296
JB
23 @end direntry
24
25 @ifinfo
282e5019
JB
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 @@
5f1c61ac 29 \input texinfo @c -*- texinfo -*-
30 @setfilename gdbint.info
31 @include gdb-cfg.texi
282e5019 32-@dircategory Software development
18786296 33+@dircategory Programming tools:
282e5019
JB
34 @direntry
35-* Gdb-Internals: (gdbint). The GNU debugger's internals.
36+* Gdb-Internals: (gdbint). The GNU debugger's internals
5f1c61ac 37 @end direntry
18786296 38
5f1c61ac 39 @ifinfo
282e5019
JB
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
d4ef9375 42@@ -5,9 +5,9 @@
18786296 43
d4ef9375
JB
44 @c This is a dir.info fragment to support semi-automated addition of
45 @c manuals to an info tree.
282e5019 46-@dircategory Software development
18786296 47+@dircategory Programming tools:
d4ef9375
JB
48 @direntry
49-* Stabs: (stabs). The "stabs" debugging information format.
50+* Stabs: (stabs). The "stabs" debugging information format
51 @end direntry
18786296 52
d4ef9375 53 @ifinfo
This page took 0.050575 seconds and 4 git commands to generate.