From e152ec7bf4ba252ff9d3eb13eabd417b931dac9a Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Mon, 24 Sep 2018 09:29:55 +0100 Subject: Import Upstream version 1.12.2 --- docs/meson.build | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/meson.build (limited to 'docs/meson.build') 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()] +) -- cgit 1.3.0-6-gf8a5