This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[doc RFA] stabs.texinfo: @include gdb-cfg.texi.


Hi.

"make info" is currently giving the following warning:

makeinfo -DHAVE_MAKEINFO_CLICK -I ../../../random-cleanup/gdb/doc -o stabs.info ../../../random-cleanup/gdb/doc/stabs.texinfo ../../../random-cleanup/gdb/doc/stabs.texinfo:4065: warning: undefined flag: GDBN

This needs to go into the 7.10 branch as well.

2015-07-16  Doug Evans  <dje@google.com>

	* stabs.texinfo: @include gdb-cfg.texi.

diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo
index 15c4152..c4ea037 100644
--- a/gdb/doc/stabs.texinfo
+++ b/gdb/doc/stabs.texinfo
@@ -3,6 +3,10 @@
 @setchapternewpage odd
 @settitle STABS

+@c man begin INCLUDE
+@include gdb-cfg.texi
+@c man end
+
 @c @finalout

 @c This is a dir.info fragment to support semi-automated addition of


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]