summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 088b7ed..a803f0d 100644
--- a/meson.build
+++ b/meson.build
@@ -66,7 +66,7 @@ if get_option('man')
'@INPUT@',
]
- testrun = run_command(xsltproc, '--nonet', stylesheet)
+ testrun = run_command(xsltproc, '--nonet', stylesheet, check: false)
if testrun.returncode() != 0
error('DocBook stylesheet for generating man pages not found, you need to install docbook-xsl-ns or similar package.')