summaryrefslogtreecommitdiff
path: root/tests/bugs/docs/xml/meson.build
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2020-08-21 14:27:20 +0100
committerSimon McVittie <smcv@debian.org>2020-08-21 14:32:48 +0100
commit4376d3c8a8427f23bea21e3a770f8489d2fe5cd1 (patch)
tree50176bac69f21ff58be12210c86bd8a111718e82 /tests/bugs/docs/xml/meson.build
parent250a21f24365b6fed6271b5f235307d9fbef5eeb (diff)
downloadgtk-doc-4376d3c8a8427f23bea21e3a770f8489d2fe5cd1.tar.gz
tests: Generate gtkdocentities.xml during Meson build
Otherwise tests will fail when we can't load external entities from it. Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'tests/bugs/docs/xml/meson.build')
-rw-r--r--tests/bugs/docs/xml/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs/docs/xml/meson.build b/tests/bugs/docs/xml/meson.build
new file mode 100644
index 0000000..94eca1a
--- /dev/null
+++ b/tests/bugs/docs/xml/meson.build
@@ -0,0 +1,5 @@
+configure_file(
+ input: join_paths(srcdir, 'tests', 'gtkdocentities.ent.in'),
+ output: 'gtkdocentities.ent',
+ configuration: binary_in,
+)