I've downloaded the GDB source:
git clone git://sourceware.org/git/binutils-gdb.git
now how do I generate the documentation from source as can be downloaded from: https://sourceware.org/gdb/current/onlinedocs/ ?
I'm especially interested in the HTML documentation, especially if it is possible to build a single page version of it.
I'm at GDB master f47998d69f8d290564c022b010e63d5886a1fd7d after gdb-8.2-release
.
make: *** No rule to make target 'html'. Stop.
. Any clues? GDB master f47998d69f8d290564c022b010e63d5886a1fd7d Ubuntu 16.04. – Ciro Santilli OurBigBook.com Oct 23 '18 at 16:25./configure
before. – Oct 23 '18 at 16:26make html
on toplevel does run however, but is taking a while for some reason. Wonder if you don't have to run it on toplevel, and then maybe there is a way to select just gdb. – Ciro Santilli OurBigBook.com Oct 23 '18 at 16:29