On Wed, 6 Oct 2021 at 16:57, dimechc <dime...@protonmail.com> wrote:
>
>
>
>
> ‐‐‐‐‐‐‐ 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.

So by "scrutinising" you just meant "looking at the names of the
top-level directories".

> 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) ?

Static pages on the website are not in the main source repo, and so
are not in the release tarball. Pages such as
https://gcc.gnu.org/gitwrite.html are in the separate wwwdocs repo,
which the first link on that page leads to.

Reply via email to