about summary refs log tree commit diff
path: root/docs/libnm-glib/meson.build
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2019-01-25 11:24:41 +0100
committerSebastien Bacher <seb128@ubuntu.com>2019-01-25 11:24:41 +0100
commitbbae86d3d2997a853ca0365e8eb7a3ca7489ee09 (patch)
tree1f7fa49b47ab13aea3effbe839559d221f6323b4 /docs/libnm-glib/meson.build
parent404ebe62622150e77e311777dff8617eb974e834 (diff)
New upstream version 1.15.2
Diffstat (limited to 'docs/libnm-glib/meson.build')
-rw-r--r--docs/libnm-glib/meson.build8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libnm-glib/meson.build b/docs/libnm-glib/meson.build
index b760ce00..622669ee 100644
--- a/docs/libnm-glib/meson.build
+++ b/docs/libnm-glib/meson.build
@@ -9,13 +9,13 @@ private_headers = [
   'nm-remote-connection-private.h',
   'nm-types-private.h',
   'nm-secret-agent-glue.h',
-  'nm-vpn-plugin-glue.h'
+  'nm-vpn-plugin-glue.h',
 ]
 
 configure_file(
   input: version_xml + '.in',
   output: version_xml,
-  configuration: version_conf
+  configuration: version_conf,
 )
 
 gnome.gtkdoc(
@@ -24,7 +24,7 @@ gnome.gtkdoc(
   src_dir: join_paths(meson.source_root(), 'libnm-glib'),
   dependencies: [
     libnm_glib_dep,
-    libnm_glib_vpn_dep
+    libnm_glib_vpn_dep,
    ],
   scan_args: [
     '--rebuild-types',
@@ -35,5 +35,5 @@ gnome.gtkdoc(
   fixxref_args: '--html-dir=' + join_paths(nm_prefix, gnome.gtkdoc_html_dir(doc_module)),
   gobject_typesfile: doc_module + '.types',
   html_assets: doc_module + '.png',
-  install: true
+  install: true,
 )