summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--help/manual/meson.build7
1 files changed, 0 insertions, 7 deletions
diff --git a/help/manual/meson.build b/help/manual/meson.build
index 73b72ff..6f8ec2c 100644
--- a/help/manual/meson.build
+++ b/help/manual/meson.build
@@ -7,10 +7,3 @@ gnome.yelp(
package_name,
sources: gtkdoc_help_sources,
)
-
-conf_data = configuration_data()
-conf_data.set('VERSION', version)
-
-configure_file(input : 'version.ent.in',
- output : 'version.ent',
- configuration : conf_data)