From e47ee08c5d497fe921cc264c2573bfc21f492cf6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Dec 2022 19:07:17 -0500 Subject: Replace duplicated dox_to_sphinx script with sphinxygen dependency --- doc/c/api/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/c/api') diff --git a/doc/c/api/meson.build b/doc/c/api/meson.build index fdf2037..8c8293b 100644 --- a/doc/c/api/meson.build +++ b/doc/c/api/meson.build @@ -3,7 +3,7 @@ c_lilv_rst = custom_target( 'lilv.rst', - command: [dox_to_sphinx, '-f', '@INPUT0@', '@OUTDIR@'], + command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], input: [c_index_xml] + c_rst_files, output: 'lilv.rst', ) -- cgit v1.2.1