summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-12-27 14:25:22 +0100
committerJens Georg <mail@jensge.org>2020-12-27 14:25:22 +0100
commit4f08b8ac5bad8346382ba4522383723297434064 (patch)
tree484cdeb88936eeafa31ec3d5616e0aed3f2d4146 /doc
parent5a54c5bb1c9609b7bffe6b3e05f934030e4e990e (diff)
downloadrygel-4f08b8ac5bad8346382ba4522383723297434064.tar.gz
Fix stylesheet detection
Diffstat (limited to 'doc')
-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 4c92eab2..043efe2f 100644
--- a/doc/man/meson.build
+++ b/doc/man/meson.build
@@ -33,13 +33,14 @@ if xsltproc.found()
[
xsltproc,
xlstproc_flags,
- '-o', '/dev/null',
+ '--noout',
stylesheet,
'rygel.xml'
]
)
if (r.returncode() == 0)
+ message('docbook stylesheets found')
custom_target(
'man 1 pages',
input: 'rygel.xml',