[gnome-todo/gnome-3-26] doc: fix build file



commit 58e75da89ea5898794e37ef7dd79c27802d09f77
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Sep 28 09:58:59 2017 -0300

    doc: fix build file
    
    It was missing a comma, and breaking the build with
    --enable-gtk-doc

 doc/reference/meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/doc/reference/meson.build b/doc/reference/meson.build
index 1e59f14..46b1f76 100644
--- a/doc/reference/meson.build
+++ b/doc/reference/meson.build
@@ -58,7 +58,7 @@ gnome.gtkdoc(
           mkdb_args: [ '--sgml-mode', '--output-format=xml' ],
         html_assets: html_images,
             install: true,
-        install_dir: doc_path
+        install_dir: doc_path,
   gobject_typesfile: meson.project_name() + '.types',
           scan_args: [
     '--rebuild-types',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]