Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2022-09-16 00:27:37 +0300
committerThibault Saunier <tsaunier@igalia.com>2022-09-16 01:27:52 +0300
commit21e1756168168033e5a68caac995abf10f6bd6c4 (patch)
tree1ff6bf4b9b1bdbaa0dc895b10d0273f84eab67e8 /docs
parentdfc11c545b83c9eae4998a71cf838002b6ba3f41 (diff)
docs: Remove cruft
Diffstat (limited to 'docs')
-rw-r--r--docs/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 03d34c047..a6f09891c 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -80,7 +80,7 @@ endforeach
build_hotdoc = true
plugins_doc = []
-sitemap = 'all_index.md\n'
+
list_plugin_res = run_command(python, '-c',
'''
@@ -107,5 +107,4 @@ foreach plugin_name: list_plugin_res.stdout().split(':')
gst_cache_file: plugins_cache,
gst_plugin_name: plugin_name,
)]
- sitemap += ' @0@-doc.json\n'.format(plugin_name)
endforeach