diff --git a/subprojects/gst-rtsp-server/docs/meson.build b/subprojects/gst-rtsp-server/docs/meson.build index fa649cf077..529daf7225 100644 --- a/subprojects/gst-rtsp-server/docs/meson.build +++ b/subprojects/gst-rtsp-server/docs/meson.build @@ -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, diff --git a/subprojects/gst-rtsp-server/docs/gst_plugins_cache.json b/subprojects/gst-rtsp-server/docs/plugins/gst_plugins_cache.json similarity index 100% rename from subprojects/gst-rtsp-server/docs/gst_plugins_cache.json rename to subprojects/gst-rtsp-server/docs/plugins/gst_plugins_cache.json diff --git a/subprojects/gst-rtsp-server/docs/plugin-index.md b/subprojects/gst-rtsp-server/docs/plugins/index.md similarity index 100% rename from subprojects/gst-rtsp-server/docs/plugin-index.md rename to subprojects/gst-rtsp-server/docs/plugins/index.md diff --git a/subprojects/gst-rtsp-server/docs/plugin-sitemap.txt b/subprojects/gst-rtsp-server/docs/plugins/sitemap.txt similarity index 100% rename from subprojects/gst-rtsp-server/docs/plugin-sitemap.txt rename to subprojects/gst-rtsp-server/docs/plugins/sitemap.txt