summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-06-04 11:25:48 +0200
committerJens Georg <mail@jensge.org>2022-06-04 11:25:48 +0200
commite1eed6dff459cca20ff09958901a0ce62c2a29dc (patch)
tree94a2e2d37bc470549b89654ab9155c06ece3a43d /doc/man
parent619be985153734e62dfc0205d7f2397a9d5f7442 (diff)
downloadrygel-e1eed6dff459cca20ff09958901a0ce62c2a29dc.tar.gz
build: Fix deprecations in meson files
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)