summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/meson.build8
1 files changed, 1 insertions, 7 deletions
diff --git a/man/meson.build b/man/meson.build
index 4f9f88e8..351d025b 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -18,15 +18,9 @@ manpages = [
'intel_vbt_decode',
]
-man_config = configuration_data()
-
-man_config.set('PACKAGE_NAME', meson.project_name())
-man_config.set('PACKAGE_VERSION', meson.project_version())
-man_config.set('PACKAGE_STRING', meson.project_name() + ' ' + meson.project_version())
-
defs_rst = configure_file(input : 'defs.rst.in',
output : 'defs.rst',
- configuration : man_config)
+ configuration : config)
rst2man = find_program('rst2man', required : false)
rst2man_script = find_program('rst2man.sh')