From: Peter Krempa Date: Thu, 3 Nov 2022 12:16:31 +0000 (+0100) Subject: docs: xsl: Don't generate pointless index pages for qemu/admin/lxc API X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=cca6787b15ed0b5a7ebbdfe0a522cacb1cc02a66;p=libvirt.git docs: xsl: Don't generate pointless index pages for qemu/admin/lxc API The index page only really makes sense for the top level directory. The specific index files are unreferenced since last commit. Drop them. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/docs/html/meson.build b/docs/html/meson.build index 83dee91ec5..b18a8ccb5f 100644 --- a/docs/html/meson.build +++ b/docs/html/meson.build @@ -28,6 +28,7 @@ index_api_gen = custom_target( xsltproc_prog, '--nonet', '-o', docs_builddir, '--stringparam', 'builddir', meson.project_build_root(), '--stringparam', 'timestamp', docs_timestamp, + '--stringparam', 'indexfile', 'index.html', '@INPUT@', ], install: true, @@ -48,14 +49,12 @@ foreach name : [ 'admin', 'lxc', 'qemu' ] get_variable('docs_@0@_api_xml'.format(name)), ], output: [ - 'index-@0@.html'.format(name), 'libvirt-libvirt-@0@.html'.format(name), ], command: [ xsltproc_prog, '--nonet', '-o', docs_builddir, '--stringparam', 'builddir', meson.project_build_root(), '--stringparam', 'timestamp', docs_timestamp, - '--stringparam', 'indexfile', 'index-@0@.html'.format(name), '@INPUT@', ], install: true, diff --git a/docs/newapi.xsl b/docs/newapi.xsl index 7b0085930f..3de603bb00 100644 --- a/docs/newapi.xsl +++ b/docs/newapi.xsl @@ -22,7 +22,7 @@ - + html @@ -823,18 +823,20 @@ - - - - - - - - + + + + + + + + + +