jackaudio/jack-example-tools

manpages are generated during configure step instead of build

Closed this issue · 2 comments

manpages are generated during configure step instead of build
dvzrv commented

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

With 7ece4d2 this is now taken care of in a call to configure_file() and does not require any external scripts anymore.