summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-01-04 15:05:14 +0100
committerJens Georg <mail@jensge.org>2022-01-04 15:05:14 +0100
commit1d61bdc00748eca375be13f36aadfad0d1268755 (patch)
tree5afb48baa2841ef76930a7ac7589f052dcef8712
parentc85b5f05d5f7f1b5555bc16950d552e8e2155ec4 (diff)
downloadgupnp-1d61bdc00748eca375be13f36aadfad0d1268755.tar.gz
Revert "build: Do not write man page during test"
This reverts commit 79a2cb24cd0079e9a025809d11dce13edce68bdd. Does not work, will exit xsltproc with an error as if the file was not writeable
-rw-r--r--doc/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/meson.build b/doc/meson.build
index c5ebbc0..701b845 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -79,7 +79,6 @@ if xsltproc.found()
xsltproc,
xlstproc_flags,
'--noout',
- '--nowrite',
stylesheet,
docbook_man_page
]