summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-01-03 18:48:29 +0100
committerJens Georg <mail@jensge.org>2022-01-03 18:49:45 +0100
commit039892e9e47e9ac3de0a8b3577c835515de3bc7c (patch)
tree2a18f76fdf3293a9dbe1482a013c18cb25ab6864 /doc
parent724f0e86d3ab2720eca31a8010413c36541c1108 (diff)
downloadrygel-039892e9e47e9ac3de0a8b3577c835515de3bc7c.tar.gz
build: Do not write man page during test
--noout was not the correct option for no output
Diffstat (limited to 'doc')
-rw-r--r--doc/man/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man/meson.build b/doc/man/meson.build
index 043efe2f..e4ddefbc 100644
--- a/doc/man/meson.build
+++ b/doc/man/meson.build
@@ -34,6 +34,7 @@ if xsltproc.found()
xsltproc,
xlstproc_flags,
'--noout',
+ '--nowrite',
stylesheet,
'rygel.xml'
]