summaryrefslogtreecommitdiffstats
path: root/doc/html/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/meson.build')
-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 14ded6d..fb84a04 100644
--- a/doc/html/meson.build
+++ b/doc/html/meson.build
@@ -13,16 +13,17 @@ custom_target(
'@OUTDIR@' / '..',
'-t', 'html',
] + sphinx_flags,
- input: [c_rst_files, c_zix_rst, c_index_xml, conf_py],
+ input: [api_zix_rst, conf_py, sphinx_input],
install: true,
install_dir: html_dir,
output: [
+ 'index.html',
+
'_static',
'allocation.html',
'api',
'error_handling.html',
'genindex.html',
- 'index.html',
'string_views.html',
'using_zix.html',
],