From 9ca86ef6de3b25e53ec5bccdf40e834d233f8b13 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 22 Sep 2023 12:32:17 -0400 Subject: Fix documentation dependencies --- doc/api/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/meson.build b/doc/api/meson.build index ee227bc..3dd9fc9 100644 --- a/doc/api/meson.build +++ b/doc/api/meson.build @@ -4,6 +4,6 @@ c_sratom_rst = custom_target( 'sratom.rst', command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], - input: [c_index_xml] + c_rst_files, + input: [c_index_xml], output: 'sratom.rst', ) -- cgit v1.2.1