On Sat, Sep 21, 2024 at 04:32:38PM +0200, Mikael Morin wrote:
> Thanks for the tip.
> The Makefile dependencies seem to be incomplete.
> Here is what I get:

AFAIK right now one needs to configure at least c,c++,fortran,d
in --enable-languages (or some superset thereof) and
make -C gcc html
make -C gcc regenerate-opt-urls
or alternatively, if one doesn't actually configure all those languages,
make -C gcc html fortran.html d.html
make -C gcc regenerate-opt-urls
should handle it too.

And it should certainly update the existing source *.opt.urls files, works
for me...

I think we should just fix the regenerate-opt-urls dependencies to do the
right thing automatically.

        Jakub

Reply via email to