Where to find online documentation on earlier version of GDB
Eli Zaretskii
eliz@gnu.org
Mon Dec 17 15:52:00 GMT 2012
> Date: Mon, 17 Dec 2012 19:00:45 +0400
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: "gdb@sourceware.org" <gdb@sourceware.org>
>
> For your need, my recommendation would be to download the sources,
> and build the documentation yourself
Right.
> which, unfortunately, seems to also require you to build GDB
I don't think it does. I'm using the following for ages (in the
gdb/doc subdirectory) to build the CVS docs without building anything
else:
make -f Makefile.in info MAKEINFO_CMD="makeinfo --split-size=5000000 \
-DHAVE_MAKEINFO_CLICK" READLINE_TEXI_INCFLAG=-I../../readline/doc \
GDBMI_DIR=../mi srcdir=. \
BUGURL_TEXI="@uref{http://www.gnu.org/software/gdb/bugs/}" \
PKGVERSION=(GDB)
The details for 7.3.1 will probably need to be different, but you get
the idea.
More information about the Gdb
mailing list