jackaudio / jack-example-tools

Official examples and tools from the JACK project
GNU General Public License v2.0
37 stars 14 forks source link

manpages are generated during configure step instead of build #39

Closed falkTX closed 2 years ago

dvzrv commented 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).

dvzrv commented 2 years ago

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.