On Tue, 4 Feb 2025 at 15:16, Jonathan Wakely <jwakely....@gmail.com> wrote:
>
> On Fri, 15 Nov 2024 at 12:43, Gerald Pfeifer <ger...@pfeifer.com> wrote:
> >
> > On Fri, 15 Nov 2024, Jonathan Wakely wrote:
> > > All these directories should have been removed two years ago:
> >
> > Agreed. Thank you for digging into this and raising it, Jonathan!
> >
> > > $ ls -1 -d htdocs/onlinedocs/gcc/*/
> > > htdocs/onlinedocs/gcc/c-implementation-defined-behavior/
> > > htdocs/onlinedocs/gcc/extensions-to-the-c++-language/
> > > htdocs/onlinedocs/gcc/extensions-to-the-c-language-family/
> > > htdocs/onlinedocs/gcc/gcc-command-options/
> > > htdocs/onlinedocs/gcc/gcov/
> > > htdocs/onlinedocs/gcc/gnu-objective-c-features/
> > > htdocs/onlinedocs/gcc/known-causes-of-trouble-with-gcc/
> > > htdocs/onlinedocs/gcc/language-standards-supported-by-gcc/
> > > htdocs/onlinedocs/gcc/_sources/
> > > htdocs/onlinedocs/gcc/_static/
> >
> > These, plus
> >
> >   -rw-r--r--. 1 gccadmin shared   59124 14. Nov 2022  objects.inv
> >   -rw-r--r--. 1 gccadmin shared 1459709 14. Nov 2022  searchindex.js
> >
> > are now gone.
>
> I think we want to remove these too:
>
> ./gccgo/_static/
> ./gccint/_static/
> ./gdc/_static/
> ./gfc-internals/_static/
> ./gfortran/_static/
> ./gnat_rm/_static/
> ./gnat-style/_static/
> ./gnat_ugn/_static/
> ./libgccjit/_static/
> ./libgdiagnostics/_static/
> ./libgomp/_static/
> ./libiberty/_static/
> ./libitm/_static/
> ./libquadmath/_static/
>
> I think those were all created by sphinx.

I found (and removed) some more sphinx leftovers under /onlinedocs/cpp/

$ ls -l header-files/ macros/
header-files/:
total 200
-rw-r--r--. 1 gccadmin shared 23370 Nov 14  2022
alternatives-to-wrapper-ifndef.html
-rw-r--r--. 1 gccadmin shared 25844 Nov 14  2022 computed-includes.html
-rw-r--r--. 1 gccadmin shared 24426 Nov 14  2022 include-operation.html
-rw-r--r--. 1 gccadmin shared 23714 Nov 14  2022 include-syntax.html
-rw-r--r--. 1 gccadmin shared 22915 Nov 14  2022 once-only-headers.html
-rw-r--r--. 1 gccadmin shared 25569 Nov 14  2022 search-path.html
-rw-r--r--. 1 gccadmin shared 22803 Nov 14  2022 system-headers.html
-rw-r--r--. 1 gccadmin shared 24330 Nov 14  2022 wrapper-headers.html

macros/:
total 400
-rw-r--r--. 1 gccadmin shared  27143 Nov 14  2022 concatenation.html
-rw-r--r--. 1 gccadmin shared  21884 Nov 14  2022
directives-within-macro-arguments.html
-rw-r--r--. 1 gccadmin shared  22378 Nov 14  2022 function-like-macros.html
-rw-r--r--. 1 gccadmin shared  29024 Nov 14  2022 macro-arguments.html
-rw-r--r--. 1 gccadmin shared  51631 Nov 14  2022 macro-pitfalls.html
-rw-r--r--. 1 gccadmin shared  27922 Nov 14  2022 object-like-macros.html
-rw-r--r--. 1 gccadmin shared 133334 Nov 14  2022 predefined-macros.html
-rw-r--r--. 1 gccadmin shared  25600 Nov 14  2022 stringizing.html
-rw-r--r--. 1 gccadmin shared  23336 Nov 14  2022
undefining-and-redefining-macros.html
-rw-r--r--. 1 gccadmin shared  28084 Nov 14  2022 variadic-macros.html

Reply via email to