From 1f68d229aaa163d9cb42c7784d20a44463066af9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 20 Jan 2023 15:53:52 -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 06e522e..6b21aae 100644 --- a/doc/c/api/meson.build +++ b/doc/c/api/meson.build @@ -3,7 +3,7 @@ c_pugl_rst = custom_target( 'C API ReST Documentation', - command: [dox_to_sphinx, '-f', '@INPUT0@', 'doc/c/api'], + command: [sphinxygen, '-f', '@INPUT0@', 'doc/c/api'], input: [c_index_xml] + c_rst_files, output: 'pugl.rst', ) -- cgit v1.2.1