abouttreesummaryrefslogcommitdiff
path: root/check_layout.py
AgeCommit message (Collapse)AuthorFilesLines
2023-06-22Allow to specify a layout scriptJules Aguillon1-0/+3
Add the `script` attribute, which will be used to implement script-specific extra keys.
2023-06-03Add automated checks on layoutsJules Aguillon1-0/+72
The script `check_layout.py` checks some properties about layouts. No check is an error. The result of running this script on every layouts is stored in the file `check_layout.output`, which is useful to track changes. Add make rules to run this script as well as `sync_translations`.