summaryrefslogtreecommitdiffstats
path: root/doc/c/api
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-08 19:07:17 -0500
committerDavid Robillard <d@drobilla.net>2022-12-08 19:07:59 -0500
commite47ee08c5d497fe921cc264c2573bfc21f492cf6 (patch)
tree3c40e00c218228cfabcc5d8b9320809da0c30246 /doc/c/api
parent06b58d64bdf3bdea0d95da1b700e66937756e77d (diff)
downloadlilv-e47ee08c5d497fe921cc264c2573bfc21f492cf6.tar.gz
lilv-e47ee08c5d497fe921cc264c2573bfc21f492cf6.tar.bz2
lilv-e47ee08c5d497fe921cc264c2573bfc21f492cf6.zip
Replace duplicated dox_to_sphinx script with sphinxygen dependency
Diffstat (limited to 'doc/c/api')
-rw-r--r--doc/c/api/meson.build2
1 files changed, 1 insertions, 1 deletions
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',
)