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/singlehtml | |
parent | 031decbb82f34313a2403e8852ce630b573eb177 (diff) | |
download | serd-b96497930ad405ba6d218d14c6319db4b8d9cae3.tar.gz serd-b96497930ad405ba6d218d14c6319db4b8d9cae3.tar.bz2 serd-b96497930ad405ba6d218d14c6319db4b8d9cae3.zip |
Fix documentation dependencies
Diffstat (limited to 'doc/singlehtml')
-rw-r--r-- | doc/singlehtml/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/singlehtml/meson.build b/doc/singlehtml/meson.build index 47ecb9f8..8b92c349 100644 --- a/doc/singlehtml/meson.build +++ b/doc/singlehtml/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: singlehtml_dir, output: [ |