Including documentation files with gcc releases

2021-10-06 Thread dimechc via Gcc
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.

Including documentation files with gcc releases

2021-10-06 Thread dimechc via Gcc
I got the GCC 11.2 download, but cannot locate the doc directory used to 
produce the
gcc documentation manuals.



‐‐‐ Original Message ‐‐‐

On Wednesday, October 6th, 2021 at 12:32 PM, Jonathan Wakely 
 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?


Including documentation files with gcc releases

2021-10-06 Thread dimechc via Gcc
‐‐‐ Original Message ‐‐‐
On Wednesday, October 6th, 2021 at 2:50 PM, Jonathan Wakely 
 wrote:

> On Wed, 6 Oct 2021, 14:19 dimechc,  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 
>>  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?

Including documentation files with gcc releases

2021-10-06 Thread dimechc via Gcc
-‐‐ Original Message ‐‐‐

On Wednesday, October 6th, 2021 at 4:10 PM, Jonathan Wakely 
 wrote:

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

No, but there are lot of directories, but was unsure what is there and what 
isn't.  Because I
have built from source, I did not look at the build directory, but rather at 
the source.
You know exactly how you set things up, so I asked.

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


Thanks for that.