‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Wednesday, October 6th, 2021 at 2:50 PM, Jonathan Wakely <jwakely....@gmail.com> wrote:
> On Wed, 6 Oct 2021, 14:19 dimechc, <dime...@protonmail.com> wrote: > >> I got the GCC 11.2 download, but cannot locate the doc directory used to >> produce the >> gcc documentation manuals. > > You still haven't said which documentation you're talking about. > > GCC has lots of documentation. All the sources should be in the release > tarball but if you can't tell us which docs you're talking about, we can't > point to the specific sources for those docs. > > It seems you haven't really looked very hard though. You should have grep and > find utilities that can help. Jakub directed me to gcc/doc/, gcc/*/*.texi, libstdc++-v3/doc/, lib*/*.texi, ... I am more used to emacs, and the doc directory is easier to locate as it is a top lever directory. The documentation I am referring to is the code provided in https://gcc.gnu.org/onlinedocs/11.2.0/ Do there exist other gcc-related documention files not present in the gcc release? I am looking at gcc-11.2.0.tar.gz (2021-07-28 08:15 137M) ? >> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ >> >> On Wednesday, October 6th, 2021 at 12:32 PM, Jonathan Wakely >> <jwakely....@gmail.com> wrote: >> >>> On Wed, 6 Oct 2021 at 13:07, dimechc via Gcc gcc@gcc.gnu.org wrote: >>> >>> > Have been scrutinising the GCC 11.2 Download. I would appreciate if you >>> > start including the gcc source files for the documentation >>> > >>> > in the release as well. >>> >>> They should be present already. Which documentation are you talking about?