summaryrefslogtreecommitdiff
path: root/tests/bugs/docs/xml/meson.build
diff options
context:
space:
mode:
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,
+)