about summary refs log tree commit diff
path: root/docs/meson.build
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2019-12-18 18:30:31 +0100
committerMichael Biebl <biebl@debian.org>2019-12-18 18:30:31 +0100
commit4bde769dba8f804547ce1f5fcda731035d3d45f1 (patch)
tree3a4907fdbf4972fad5a036ef64ce643d704e8733 /docs/meson.build
parentbbf6329c27676323a899b7328575cc3f6c5f48cc (diff)
parent28028b26b3371756811e95d894f709f4b1207c00 (diff)
Update upstream source from tag 'upstream/1.22.0'
Update to upstream version '1.22.0'
with Debian dir a81ba1028908d08fc4866734c3df4a042bf9a511
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build9
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/meson.build b/docs/meson.build
index cc814b77..53fcc960 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -1,13 +1,8 @@
-version_conf = configuration_data()
-version_conf.set('VERSION', nm_version)
-
-version_xml = 'version.xml'
-
 subdir('libnm')
 subdir('api')
 
 test(
   'check-docs',
-  find_program(join_paths(meson.source_root(), 'tools', 'check-docs.sh')),
-  args: [meson.source_root(), meson.build_root()],
+  find_program(join_paths(source_root, 'tools', 'check-docs.sh')),
+  args: [source_root, build_root],
 )