From 9b4f39bbae7629d80aeb918f5535966aff18ed92 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 4 Dec 2022 19:23:29 -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 6463f7c..6c629e6 100644 --- a/doc/c/api/meson.build +++ b/doc/c/api/meson.build @@ -3,7 +3,7 @@ c_suil_rst = custom_target( 'suil.rst', - command: [dox_to_sphinx, '-f', '@INPUT0@', '@OUTDIR@'], + command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], input: [c_index_xml] + c_rst_files, output: 'suil.rst', ) -- cgit v1.2.1