aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fragment/meson.build')
-rw-r--r--doc/fragment/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/fragment/meson.build b/doc/fragment/meson.build
new file mode 100644
index 000000000..c5604d3f0
--- /dev/null
+++ b/doc/fragment/meson.build
@@ -0,0 +1,5 @@
+version_doc_fragment = configure_file(
+ input : 'version.in',
+ output : 'version',
+ configuration : conf_data
+)