gupnp/gupnp-1.4.2-revert-man-page.patch
2022-01-10 10:43:26 +00:00

29 lines
761 B
Diff

From dbc32a55e265814a83cea7c1254d85f51f99b54b Mon Sep 17 00:00:00 2001
From: Jens Georg <mail@jensge.org>
Date: Tue, 4 Jan 2022 15:05:14 +0100
Subject: [PATCH] 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
---
doc/meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/doc/meson.build b/doc/meson.build
index de94aa2..2fd0106 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -66,7 +66,6 @@ if xsltproc.found()
xsltproc,
xlstproc_flags,
'--noout',
- '--nowrite',
stylesheet,
'gupnp-binding-tool.xml'
]
--
2.33.1