[gnome-logs] build: fix manpage version number
- From: Jonathan Kang <jonathankang src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-logs] build: fix manpage version number
- Date: Fri, 19 Apr 2019 07:40:27 +0000 (UTC)
commit 6574a908a5eef642a92375b94c6ef25587639bb1
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Thu Feb 7 08:30:37 2019 -0500
build: fix manpage version number
data/meson.build | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 66e0b74..afd3fe1 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -78,10 +78,13 @@ install_data(
install_dir : join_paths(gl_datadir, 'glib-2.0', 'schemas')
)
+version_conf = configuration_data()
+version_conf.set('PACKAGE_VERSION', gl_version)
+
configure_file(
input : 'version.xml.in',
output : 'version.xml',
- command : ['cp', '@INPUT@', '@OUTPUT@']
+ configuration: version_conf,
)
if logs_enable_man
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]