This is the mail archive of the gdb@sources.redhat.com 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]

Re: makeinfo with gdb.texinfo


On Mon, Mar 31, 2003 at 12:42:22PM -0500, Daniel Jacobowitz wrote:
> On Mon, Mar 31, 2003 at 12:22:11PM -0500, Bob Rossi wrote:
> > Hi, 
> > 
> > I am trying to figure out what the correct way to build the documentation
> > is. I want to create an info file. From the research I have done online, 
> > it seems as if 'makeinfo gdb.texinfo' should be the correct command.
> > 
> > This is the output I get.
> > 
> > bob at black:~/cvs/src/gdb/doc$ makeinfo gdb.texinfo
> > gdb.texinfo:11: @include `gdb-cfg.texi': No such file or directory.
> 
> Try running "make info" in a configured directory instead.
> 
> -- 
> Daniel Jacobowitz
> MontaVista Software                         Debian GNU/Linux Developer

That worked great. Thanks.

Does anyone know why I don't see the changed results I put into
gdb.texinfo when I do 'make info' in gdb.info?

The command 'make info' always update the gdb.info file when its
supposed to ( running makeinfo ). 
However when I view the file gdb.info using pinfo, I don't see the changes.

Also, when I grep for my changes, I see them in 
gdb.info-11, gdb.info-17 and gdb.texinfo.

Does this make any sense?

Thanks,
Bob Rossi


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