diff options
| author | Iain Lane <iain@orangesquash.org.uk> | 2018-09-24 09:29:55 +0100 |
|---|---|---|
| committer | Iain Lane <iain@orangesquash.org.uk> | 2018-09-24 09:29:55 +0100 |
| commit | e152ec7bf4ba252ff9d3eb13eabd417b931dac9a (patch) | |
| tree | c323cf856ee0bb8e44590670dd54c19653a55748 /docs/meson.build | |
| parent | ee9c73a923909e23a649407be77e25235d769e25 (diff) | |
Import Upstream version 1.12.2
Diffstat (limited to 'docs/meson.build')
| -rw-r--r-- | docs/meson.build | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/meson.build b/docs/meson.build new file mode 100644 index 00000000..1fb21fb4 --- /dev/null +++ b/docs/meson.build @@ -0,0 +1,18 @@ +version_conf = configuration_data() +version_conf.set('VERSION', nm_version) + +version_xml = 'version.xml' + +subdir('libnm') +subdir('api') + +if enable_libnm_glib + subdir('libnm-util') + subdir('libnm-glib') +endif + +test( + 'check-docs', + find_program(join_paths(meson.source_root(), 'tools', 'check-docs.sh')), + args: [meson.source_root()] +) |