python = py.find_installation('python3', modules: 'venv', required: false)
summary('Python', python.found(), bool_yn: true, section: 'Manual Pages')
-summary('Path', python.full_path(), section: 'Manual Pages')
-summary('Version', python.version(), section: 'Manual Pages')
if get_option('man-pages') and python.found()
+ summary('Path', python.full_path(), section: 'Manual Pages')
+ summary('Version', python.version(), section: 'Manual Pages')
generated_man_pages = []
foreach tool, info: tools
if 'manpages' in info