docs: make sure rtspclientsink plugin docs index page is called index.html
authorTim-Philipp Müller <tim@centricular.com>
Tue, 14 Jun 2022 15:18:35 +0000 (16:18 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 15 Jun 2022 21:05:28 +0000 (21:05 +0000)
.. instead of plugin-index.html.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2592>

subprojects/gst-rtsp-server/docs/meson.build
subprojects/gst-rtsp-server/docs/plugins/gst_plugins_cache.json [moved from subprojects/gst-rtsp-server/docs/gst_plugins_cache.json with 100% similarity]
subprojects/gst-rtsp-server/docs/plugins/index.md [moved from subprojects/gst-rtsp-server/docs/plugin-index.md with 100% similarity]
subprojects/gst-rtsp-server/docs/plugins/sitemap.txt [moved from subprojects/gst-rtsp-server/docs/plugin-sitemap.txt with 100% similarity]

index fa649cf..529daf7 100644 (file)
@@ -37,7 +37,7 @@ else
         required: false)
 endif
 
-plugins_cache = join_paths(meson.current_source_dir(), 'gst_plugins_cache.json')
+plugins_cache = join_paths(meson.current_source_dir(), 'plugins', 'gst_plugins_cache.json')
 if plugins.length() == 0
     message('All rtsp-server plugins have been disabled')
 elif plugins_cache_generator.found()
@@ -95,9 +95,9 @@ libs_doc = [hotdoc.generate_doc('gst-rtsp-server',
 
 plugins_doc = [hotdoc.generate_doc('rtspclientsink',
     project_version: api_version,
-    sitemap: 'plugin-sitemap.txt',
-    index: 'plugin-index.md',
-    gst_index: 'plugin-index.md',
+    sitemap: 'plugins/sitemap.txt',
+    index: 'plugins/index.md',
+    gst_index: 'plugins/index.md',
     gst_c_sources: ['../gst/rtsp-sink/*.[ch]'],
     gst_dl_sources: [rtspsink.full_path()],
     gst_smart_index: true,