This is the mail archive of the gdb-patches@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: RFA: fix node name (revised patch)


"Eli Zaretskii" <eliz@elta.co.il> writes:

> > From: Jim Blandy <jimb@redhat.com>
> > Date: 24 Oct 2003 22:59:39 -0500
> > 
> > I was trying to figure out why this hasn't bothered anyone yet --- the
> > node name with the single quotes has been in there for months --- and
> > I realized that it is because I'm using an older version of
> > texinfo.tex (circa 1999).
> 
> The real question that we should ask ourselves wrt this is: how come
> your older texinfo.tex was being used instead of the one that comes
> with GDB (which, I hope, is new enough).
> 
> Can you look into this, please?

The reason I'm getting an old texinfo.tex is that I'm building in a
source tree produced by checking out a module from Red Hat's internal
CVS repository that excludes texinfo --- the module contains only
cross-compilation tools, assuming that the user has an appropriate
native toolchain installed on his system already.  Specifically, it
does not contain its own texinfo directory.  So the build gets the
texinfo.tex installed as part of Red Hat 8.0, which says:

\def\texinfoversion{1999-09-25.10}

So there is no underlying problem in GDB's documentation build
process; it is an anomaly introduced by our internal processes.


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