[PATCH] Fix texinfo problems...

Andrew Cagney ac131313@cygnus.com
Thu Mar 23 23:26:00 GMT 2000


Hello,

I've applied the attatched patch.  It probably isn't elegant and
probably isn't the best way of handling this :-/ However, after applying
it I'm able to use makeinfo versions 3.12, 3.12f and 4.0 :-)

	enjoy,
		Andrew

cagney@b1.cygnus.com$ rm *.info* && gmake info && rm *.info && gmake
info MAKEINFO=../../texinfo/makeinfo/makeinfo && rm *.info* && gmake
info MAKEINFO=/tmp/texinfo-4.0/makeinfo/makeinfo
makeinfo -I ../../../src/gdb/doc/../../readline/doc -I
../../../src/gdb/doc -o ./gdb.info gdb.texinfo
makeinfo -o gdbint.info ../../../src/gdb/doc/gdbint.texinfo
makeinfo -o stabs.info ../../../src/gdb/doc/stabs.texinfo
../../texinfo/makeinfo/makeinfo -I
../../../src/gdb/doc/../../readline/doc -I ../../../src/gdb/doc -o
./gdb.info gdb.texinfo
Making info file `./gdb.info' from `gdb.texinfo'.
../../texinfo/makeinfo/makeinfo -o gdbint.info
../../../src/gdb/doc/gdbint.texinfo
Making info file `gdbint.info' from
`../../../src/gdb/doc/gdbint.texinfo'.
../../texinfo/makeinfo/makeinfo -o stabs.info
../../../src/gdb/doc/stabs.texinfo
Making info file `stabs.info' from `../../../src/gdb/doc/stabs.texinfo'.
/tmp/texinfo-4.0/makeinfo/makeinfo -I
../../../src/gdb/doc/../../readline/doc -I ../../../src/gdb/doc -o
./gdb.info gdb.texinfo
gdb.texinfo:9365: warning: unlikely character , in @var.
./../../src/gdb/doc/../../readline/doc/rluser.texinfo:44: warning: @sc
argument all uppercase, thus no effect.
../../../src/gdb/doc/../../readline/doc/rluser.texinfo:1271: warning:
@sc argument all uppercase, thus no effect.
/tmp/texinfo-4.0/makeinfo/makeinfo -o gdbint.info
../../../src/gdb/doc/gdbint.texinfo
../../../src/gdb/doc/gdbint.texinfo:1038: warning: @sc argument all
uppercase, thus no effect.
/tmp/texinfo-4.0/makeinfo/makeinfo -o stabs.info
../../../src/gdb/doc/stabs.texinfo
../../../src/gdb/doc/stabs.texinfo:2040: warning: unlikely character ,
in @var.
../../../src/gdb/doc/stabs.texinfo:2040: warning: unlikely character ,
in @var.
../../../src/gdb/doc/stabs.texinfo:2139: warning: unlikely character ,
in @var.
../../../src/gdb/doc/stabs.texinfo:2139: warning: unlikely character ,
in @var.


readline/doc:

Fri Mar 24 18:04:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* inc-hist.texinfo: When GDBN omit the chapter/node.
	* rluser.texinfo (Command Line Editing): Ditto.


gdb/doc:

Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* annotate.texi (Annotations): When GDBN omit @chapter and @node
 	entry.

	* gdb.texinfo: Check for @ifinfo instead of @ifnottex.
	(rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
 	@chapter and @node entries.
	
	* gdb.texinfo: Link all top-level nodes.
Fri Mar 24 18:04:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* inc-hist.texinfo: When GDBN omit the chapter/node.
	* rluser.texinfo (Command Line Editing): Ditto.

Index: readline/doc/inc-hist.texinfo
===================================================================
RCS file: /cvs/src/src/readline/doc/inc-hist.texinfo,v
retrieving revision 1.1.1.1
diff -p -r1.1.1.1 inc-hist.texinfo
*** inc-hist.texinfo	1999/08/16 19:57:19	1.1.1.1
--- inc-hist.texinfo	2000/03/24 07:12:35
*************** Permission is granted to copy and distri
*** 23,30 ****
--- 23,32 ----
  into another language, under the above conditions for modified versions.
  @end ignore
  
+ @ifclear GDBN
  @node Using History Interactively
  @chapter Using History Interactively
+ @end ifclear
  
  @ifset BashFeatures
  This chapter describes how to use the GNU History Library interactively,
Index: readline/doc/rluser.texinfo
===================================================================
RCS file: /cvs/src/src/readline/doc/rluser.texinfo,v
retrieving revision 1.1.1.2
diff -p -r1.1.1.2 rluser.texinfo
*** rluser.texinfo	1999/08/02 23:48:01	1.1.1.2
--- rluser.texinfo	2000/03/24 07:12:38
*************** into another language, under the above c
*** 36,43 ****
--- 36,45 ----
  @comment If you are including this manual as an appendix, then set the
  @comment variable readline-appendix.
  
+ @ifclear GDBN
  @node Command Line Editing
  @chapter Command Line Editing
+ @end ifclear
  
  This chapter describes the basic features of the @sc{GNU}
  command line editing interface.


More information about the Gdb-patches mailing list