docs: Stop building the doc cache by default

And update the cache

Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36
This commit is contained in:
Thibault Saunier 2019-05-16 09:07:03 -04:00 committed by Mathieu Duponchelle
parent acf3e31907
commit c83d8838d2
2 changed files with 2 additions and 3 deletions

View file

@ -660,7 +660,7 @@
}
}
},
"filename": "libgstnle.so",
"filename": "gstnle",
"license": "LGPL",
"package": "GStreamer Editing Services",
"source": "gst-editing-services",

View 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',
)]
)]