diff options
| author | Michael Biebl <biebl@debian.org> | 2019-12-18 18:29:24 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-12-18 18:29:24 +0100 |
| commit | 28028b26b3371756811e95d894f709f4b1207c00 (patch) | |
| tree | 6fe7316fd743b51042db47601a8ef8814b3134ac /docs/meson.build | |
| parent | e22609983008e1a669196ad64ba3a59ae8c76e0d (diff) | |
New upstream version 1.22.0 upstream/1.22.0
Diffstat (limited to 'docs/meson.build')
| -rw-r--r-- | docs/meson.build | 9 |
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], ) |