summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man/meson.build b/doc/man/meson.build
index 043efe2f..d1425eb6 100644
--- a/doc/man/meson.build
+++ b/doc/man/meson.build
@@ -36,7 +36,8 @@ if xsltproc.found()
'--noout',
stylesheet,
'rygel.xml'
- ]
+ ],
+ check: true
)
if (r.returncode() == 0)