CatalaLang / catala

Programming language for literate programming law specification

Home Page:https://catala-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build(assets): need to run 2 times the `website-assets` makefile command

EmileRolley opened this issue · comments

After attempting to generate website assets using make website-assets (following make clean), I observed that the asset files did not initially appear in the expected directory _build/default/examples/** (needed to run ./generate_website_assets.sh). However, after re-executing make website-assets, the files became available in _build/default/examples/**, and ./generate_website_assets.sh functioned as intended.

I don't know the reason for this behavior (maybe @AltGr can enlighten me on this subject). Nevertheless, it should be fixed or at least documented.

Indeed this is not expected, thanks for reporting, I'll have a look.