From 5999ccfa2b63e527588f7645b9db2afa276a7ca3 Mon Sep 17 00:00:00 2001 From: Sebastian Geiger Date: Tue, 3 Jul 2018 21:01:53 +0200 Subject: [PATCH] meson: add support for version.ent --- help/manual/meson.build | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/help/manual/meson.build b/help/manual/meson.build index 0dc4414..73b72ff 100644 --- a/help/manual/meson.build +++ b/help/manual/meson.build @@ -6,4 +6,11 @@ gtkdoc_help_sources = [ gnome.yelp( package_name, sources: gtkdoc_help_sources, -) \ No newline at end of file +) + +conf_data = configuration_data() +conf_data.set('VERSION', version) + +configure_file(input : 'version.ent.in', + output : 'version.ent', + configuration : conf_data) -- 2.11.4.GIT