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

Re: Where to find online documentation on earlier version of GDB


> 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.


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