On Sun, 13 Nov 2022 at 07:29, Saifi Khan <saifi.khan@xxxxxxxxx> wrote: > > Hi: > > Does anyone know what is the top-level Makefile build target that > triggers 'make doc-html-doxygen' in libstdc++ ? > > Using the following top-level targets, > > make html > or > make install-html > > does not build libstdc++ doxygen-based API documentation. > > The toolchain builds without any issues and i want to build the > libstdc++ documentation with it. Any pointers ? make -C */libstdc++-v3 doc-html-doxygen will work > > warm regards > Saifi.