maint: add syntax-check to ensure all gl/ files are distributed
commit58a88f30f802dc9b150b86c4763992c0d74b83e7
authorPádraig Brady <P@draigBrady.com>
Mon, 14 Oct 2024 12:06:44 +0000 (14 13:06 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 14 Oct 2024 12:12:03 +0000 (14 13:12 +0100)
treefc15071c9988e22d58616ce0949c6a69ee879f34
parent0b5bcaed95b50c7723e1482963a2d3b97a068a39
maint: add syntax-check to ensure all gl/ files are distributed

* cfg.mk (sc_gldist_missing): Add a new target to ensure we don't
forget to distribute any new gl/ files.
* gl/local.mk: Remove generation comment since it's
now encapsulated in the syntax-check, which outputs a consumable
diff to make any future adjustments.
Also adjust ordering to that of the C locale used in the syntax check.
cfg.mk
gl/local.mk