summaryrefslogtreecommitdiff
path: root/doc
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:55:47 +0100
commit79a2cb24cd0079e9a025809d11dce13edce68bdd (patch)
tree6a72715e9f58e425974c2b59153cd367da7e2337 /doc
parent479c48f4272a4d07ceb90174143722e046ef25be (diff)
downloadgupnp-79a2cb24cd0079e9a025809d11dce13edce68bdd.tar.gz
build: Do not write man page during test
Apparently --noout was the wrong option to not write anything
Diffstat (limited to 'doc')
-rw-r--r--doc/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 642fc88..c3b8fb3 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -72,6 +72,7 @@ if xsltproc.found()
xsltproc,
xlstproc_flags,
'--noout',
+ '--nowrite',
stylesheet,
docbook_man_page
]