From 28028b26b3371756811e95d894f709f4b1207c00 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 18 Dec 2019 18:29:24 +0100 Subject: New upstream version 1.22.0 --- docs/meson.build | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'docs/meson.build') 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], ) -- cgit 1.3.0-6-gf8a5