diff options
author | David Robillard <d@drobilla.net> | 2023-09-21 20:51:48 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-09-22 23:54:50 -0400 |
commit | b96497930ad405ba6d218d14c6319db4b8d9cae3 (patch) | |
tree | 4fd22875dd3e0c34da7d4da3e0c500ef7ac5f445 /doc/html | |
parent | 031decbb82f34313a2403e8852ce630b573eb177 (diff) | |
download | serd-b96497930ad405ba6d218d14c6319db4b8d9cae3.tar.gz serd-b96497930ad405ba6d218d14c6319db4b8d9cae3.tar.bz2 serd-b96497930ad405ba6d218d14c6319db4b8d9cae3.zip |
Fix documentation dependencies
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/meson.build b/doc/html/meson.build index d97d368b..f4a11b27 100644 --- a/doc/html/meson.build +++ b/doc/html/meson.build @@ -14,7 +14,7 @@ custom_target( sphinx_in_dir, '@OUTDIR@', ], - input: [c_rst_files, c_serd_rst, c_index_xml, conf_py], + input: [conf_py, c_rst_files, c_serd_rst], install: true, install_dir: html_dir, output: [ |