docs: Stop building the doc cache by default
authorThibault Saunier <tsaunier@igalia.com>
Thu, 16 May 2019 13:07:03 +0000 (09:07 -0400)
committerMathieu Duponchelle <mduponchelle1@gmail.com>
Thu, 16 May 2019 20:21:22 +0000 (20:21 +0000)
And update the cache

Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36

docs/gst_plugins_cache.json
docs/meson.build

index f542bd3..9f432b4 100644 (file)
                 }
             }
         },
-        "filename": "libgstnle.so",
+        "filename": "gstnle",
         "license": "LGPL",
         "package": "GStreamer Editing Services",
         "source": "gst-editing-services",
index 777aa51..54f8323 100644 (file)
@@ -21,7 +21,6 @@ plugins_cache = join_paths(meson.current_source_dir(), 'gst_plugins_cache.json')
 
 if plugins_cache_generator.found()
     plugins_doc_dep = custom_target('editing-services-doc-cache',
-        build_by_default: true,
         command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'],
         input: plugins,
         output: 'gst_plugins_cache.json',
@@ -103,4 +102,4 @@ plugins_doc = [hotdoc.generate_doc('nle',
     gst_smart_index: true,
     gst_cache_file: plugins_cache,
     gst_plugin_name: 'nle',
-)]
\ No newline at end of file
+)]