diff options
Diffstat (limited to 'doc/c/api')
-rw-r--r-- | doc/c/api/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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', ) |