Closed falkTX closed 2 years ago
I don't think there is an alternative to meson.add_postconf_script() and it is actually the correct place for generating the man pages, as the "build" is done by ninja (the man pages are not compiled, only modified using sed).
With https://github.com/jackaudio/jack-example-tools/commit/7ece4d2e2effa0a8b4448628ca9201980d023222 this is now taken care of in a call to configure_file() and does not require any external scripts anymore.
configure_file()
I don't think there is an alternative to meson.add_postconf_script() and it is actually the correct place for generating the man pages, as the "build" is done by ninja (the man pages are not compiled, only modified using sed).