summaryrefslogtreecommitdiffstats
path: root/doc/html
diff options
context:
space:
mode:
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 e55f026..7a41dc5 100644
--- a/doc/html/meson.build
+++ b/doc/html/meson.build
@@ -14,14 +14,15 @@ custom_target(
sphinx_in_dir,
'@OUTDIR@',
],
- input: [c_rst_files, c_suil_rst, c_index_xml, conf_py],
+ input: [api_suil_rst, conf_py, sphinx_input],
install: true,
install_dir: html_dir,
output: [
+ 'index.html',
+
'_static',
'api',
'genindex.html',
- 'index.html',
'overview.html',
],
)