diff options
author | David Robillard <d@drobilla.net> | 2022-12-03 16:14:41 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-12-03 16:14:41 -0500 |
commit | c41ebbc08687b5c072108885b7fab66512917d9b (patch) | |
tree | aa6fb2b03623c52842c6ce375fb3d5c8973d6cf7 /doc/api | |
parent | 577356481bbcb12468bcf669ef7107dfb057b833 (diff) | |
download | zix-c41ebbc08687b5c072108885b7fab66512917d9b.tar.gz zix-c41ebbc08687b5c072108885b7fab66512917d9b.tar.bz2 zix-c41ebbc08687b5c072108885b7fab66512917d9b.zip |
Replace duplicated dox_to_sphinx script with sphinxygen dependency
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/meson.build b/doc/api/meson.build index b6a1adb..42b69cd 100644 --- a/doc/api/meson.build +++ b/doc/api/meson.build @@ -3,7 +3,7 @@ c_zix_rst = custom_target( 'zix.rst', - command: [dox_to_sphinx, '-f', '@INPUT0@', '@OUTDIR@'], + command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], input: [c_index_xml] + c_rst_files, output: 'zix.rst', ) |