https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119227

--- Comment #16 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
And even the make html COBOL stuff is misplaced.
When I do
make html
most of the html is generated in HTML/gcc-15.0.1 subdirectory:
ls HTML/gcc-15.0.1/
ada  cpp  cppinternals  gcc  gccinstall  gccint  gdc  gfortran  go  m2
The only exception is cobol, which puts
gcobol.html  gcobol-io.html
in the gcc build subdirectory, i.e. the same directory as contains HTML
subdirectory.
I think there should be HTML/gcc-15.0.1/cobol/ subdirectory and those 2 files
should be in there, together with some index.html that references those two.
And similarly we should have gcc.gnu.org/onlinedocs/cobol/ which would have
that index.html and the two converted pages.

Reply via email to