diff options
author | David Robillard <d@drobilla.net> | 2023-09-21 20:25:10 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-09-21 20:25:10 -0400 |
commit | 1134823fb8a04886a3eff6a66b6624788d9b779b (patch) | |
tree | 0e06411c9962382a7234cfaf37a3b4a9a56f16cf /doc | |
parent | bd44c0358b07bc7af07c5fedd160c2553be66d4d (diff) | |
download | zix-1134823fb8a04886a3eff6a66b6624788d9b779b.tar.gz zix-1134823fb8a04886a3eff6a66b6624788d9b779b.tar.bz2 zix-1134823fb8a04886a3eff6a66b6624788d9b779b.zip |
Fix documentation dependencies
Diffstat (limited to 'doc')
-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 42b69cd..fc14b90 100644 --- a/doc/api/meson.build +++ b/doc/api/meson.build @@ -4,6 +4,6 @@ c_zix_rst = custom_target( 'zix.rst', command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], - input: [c_index_xml] + c_rst_files, + input: [c_index_xml], output: 'zix.rst', ) |