summaryrefslogtreecommitdiffstats
path: root/doc/html
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-23 16:31:32 -0400
committerDavid Robillard <d@drobilla.net>2023-09-23 16:31:32 -0400
commit152cff7f33d10c9f02ca0993deb078b4ef672631 (patch)
tree5092afa17b2c7588c4b9f756a3a6c1d4ec035650 /doc/html
parent2ab71c76aa855b59cadf63235ac7ce6492ad9164 (diff)
downloadlilv-152cff7f33d10c9f02ca0993deb078b4ef672631.tar.gz
lilv-152cff7f33d10c9f02ca0993deb078b4ef672631.tar.bz2
lilv-152cff7f33d10c9f02ca0993deb078b4ef672631.zip
Explicitly specify all documentation dependencies
Yet another attempt to sort out flaky documentation builds. This tries to be careful and describe the complete documentation dependency graph to meson explicitly (ignoring tool outputs that aren't used).
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/html/meson.build b/doc/html/meson.build
index 69b56bb..df7cb72 100644
--- a/doc/html/meson.build
+++ b/doc/html/meson.build
@@ -15,14 +15,15 @@ custom_target(
'@OUTDIR@' / '..',
'-t', 'html',
] + sphinx_flags,
- input: [c_lilv_rst, c_rst_files, conf_py],
+ input: [api_lilv_rst, conf_py, sphinx_input],
install: true,
install_dir: html_dir,
output: [
+ 'index.html',
+
'_static',
'api',
'genindex.html',
- 'index.html',
'overview.html',
'plugins.html',
'uis.html',