From 04bc9e1cd3544445d883ad29ea108c1645c8e7b7 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 4 Jun 2018 00:07:45 +0200 Subject: New upstream version 1.11.4 --- docs/meson.build | 12 ++++++++++++ 1 file changed, 12 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..78ace8b2 --- /dev/null +++ b/docs/meson.build @@ -0,0 +1,12 @@ +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 -- cgit 1.3.0-6-gf8a5 From 429393567647935d9123e21fd27a7529d50255eb Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 1 Jul 2018 20:58:23 +0200 Subject: New upstream version 1.12.0 --- docs/meson.build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/meson.build') diff --git a/docs/meson.build b/docs/meson.build index 78ace8b2..1fb21fb4 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -10,3 +10,9 @@ 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