From 1bd75c42229a79df5a443ee5b32dff70c2010d77 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 21 Sep 2023 20:49:51 -0400 Subject: Fix documentation dependencies --- doc/api/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/meson.build') diff --git a/doc/api/meson.build b/doc/api/meson.build index 8c8293b..1fffa6f 100644 --- a/doc/api/meson.build +++ b/doc/api/meson.build @@ -4,6 +4,6 @@ c_lilv_rst = custom_target( 'lilv.rst', command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], - input: [c_index_xml] + c_rst_files, + input: [c_index_xml], output: 'lilv.rst', ) -- cgit v1.2.1