[3694417487] Upstream Reporter: Freya Gustavsson
Upstream issue status: Open
Upstream description:
During the AsciiDoc migration we removed font files that were not necessary anymore due to AsciiDoctor generating HTML in a much better way than DocBook. As the make rule for the fonts was removed it caused unintended issues with make where the order of the build completely changed and had rules that expected ./dist dir to exist before it had a change to be created.
With the help of @jelly we fixed the broken build step by adding $(DIST_STAMP) as a dependency to make rule for doc's index.html. But this should not be necessary for a functioning workflow as docs has nothing to do with the build step at large.
Upstream URL: https://github.com/cockpit-project/cockpit/issues/22648
- links to