summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-22 12:32:17 -0400
committerDavid Robillard <d@drobilla.net>2023-09-22 12:32:17 -0400
commit9ca86ef6de3b25e53ec5bccdf40e834d233f8b13 (patch)
tree84cd6b19b0859de7bab86e85289008e5b7a61344 /doc
parent8499bb52e278a33ced0e3f8f9a1accca9d293ea6 (diff)
downloadsratom-9ca86ef6de3b25e53ec5bccdf40e834d233f8b13.tar.gz
sratom-9ca86ef6de3b25e53ec5bccdf40e834d233f8b13.tar.bz2
sratom-9ca86ef6de3b25e53ec5bccdf40e834d233f8b13.zip
Fix documentation dependencies
Diffstat (limited to 'doc')
-rw-r--r--doc/api/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/meson.build b/doc/api/meson.build
index ee227bc..3dd9fc9 100644
--- a/doc/api/meson.build
+++ b/doc/api/meson.build
@@ -4,6 +4,6 @@
c_sratom_rst = custom_target(
'sratom.rst',
command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'],
- input: [c_index_xml] + c_rst_files,
+ input: [c_index_xml],
output: 'sratom.rst',
)