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

--- Comment #19 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:5b9bd0b0cd4bd23b7906ea2f3e9c2b1583d53554

commit r15-9252-g5b9bd0b0cd4bd23b7906ea2f3e9c2b1583d53554
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Mon Apr 7 13:52:28 2025 +0200

    cobol: Fix up make html for COBOL [PR119227]

    What make html does for COBOL is quite inconsistent with all
    other FEs.  Normally make html creates HTML/gcc-15.0.1/
    subdirectory and puts there subdirectories like gcc, cpp, gccint, gfortran
    etc. and only those contain *.html files.  COBOL puts gcobol.html and
    gcobol-io.html into the current directory instead.

    The following patch puts them into $(build_htmldir)/gcobol/ directory.

    2025-04-07  Jakub Jelinek  <ja...@redhat.com>

            PR web/119227
            * Make-lang.in (GCOBOL_HTML_FILES): New variable.
            (cobol.install-html, cobol.html, cobol.srchtml): Use
            $(GCOBOL_HTML_FILES) instead of gcobol.html gcobol-io.html.
            (gcobol.html): Rename goal to ...
            ($(build_htmldir)/gcobol/gcobol.html): ... this.  Run
mkinstalldirs.
            (gcobol-io.html): Rename goal to ...
            ($(build_htmldir)/gcobol/gcobol-io.html): ... this.  Run
mkinstalldirs.

Reply via email to