summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-01-03 18:46:42 +0100
committerJens Georg <mail@jensge.org>2022-01-03 18:47:56 +0100
commit8795626a07963a91400773cfe04d4f2f1c37ff14 (patch)
tree20263ce5ed8d0ee223ca074253d0155c368ee80a
parente6949b0f551c0778a847c66d5b767d1cd300607c (diff)
downloadgupnp-8795626a07963a91400773cfe04d4f2f1c37ff14.tar.gz
build: Do not write man page during test
Apparently --noout was the wrong option to not write anything
-rw-r--r--doc/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 2fd0106..de94aa2 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -66,6 +66,7 @@ if xsltproc.found()
xsltproc,
xlstproc_flags,
'--noout',
+ '--nowrite',
stylesheet,
'gupnp-binding-tool.xml'
]