We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1113f6 + 3a8474a commit e1eaaa6Copy full SHA for e1eaaa6
1 file changed
doc/meson.build
@@ -65,7 +65,7 @@ if want_docs != 'false'
65
input: apif,
66
output: '@[email protected]',
67
configuration: conf)
68
- c = run_command(list_man_pages, subst)
+ c = run_command(list_man_pages, subst, check: true)
69
man_pages = c.stdout().split()
70
foreach page : man_pages
71
custom_target(
0 commit comments