]> git.corax.cc Git - toolbox/commit
Makefile: Install JSON Schema files and validator
authorMatthias Kruk <m@m10k.eu>
Fri, 11 Aug 2023 08:33:06 +0000 (17:33 +0900)
committerMatthias Kruk <m@m10k.eu>
Fri, 11 Aug 2023 08:33:06 +0000 (17:33 +0900)
commitd146e9265b43729faf77aceef98aa53c1f59ca75
tree9743660f8e6eaa7f3d86ea1d42561a2312916b95
parent68391dd0c874e23700ca79d783488c63f1b3165f
Makefile: Install JSON Schema files and validator

When installing toolbox, neither the JSON Schemas for IPC messages
nor the validator are installed. Thus, it is not possible to use the
validator to validate received messages. However, the validator is
necessary to implement incoming message validation in the ipc module.

This commit modifies the Makefile so that the JSON Schema files and
validator are installed by the `install' target.
Makefile