command: [help2man, help2man_opts, '--output=@OUTPUT@', jacktrip],
install: not gzip.found(),
install_dir: get_option('mandir') / 'man1')
- if gzip.found()
+ if gzip.found() or false
custom_target('jacktrip.1.gz',
input: manfile,
output: 'jacktrip.1.gz',
summary({'Application ID': application_id,
'GUI': not get_option('nogui'),
'WAIR': get_option('wair'),
- 'Manpage': help2man.found()}, bool_yn: true, section: 'Configuration')
\ No newline at end of file
+ 'Manpage': help2man.found()}, bool_yn: true, section: 'Configuration')