diff options
Diffstat (limited to 'doc/singlehtml')
-rw-r--r-- | doc/singlehtml/meson.build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/singlehtml/meson.build b/doc/singlehtml/meson.build index 0fea876..63a1bc2 100644 --- a/doc/singlehtml/meson.build +++ b/doc/singlehtml/meson.build @@ -13,12 +13,13 @@ custom_target( '@OUTDIR@' / '..', '-t', 'singlehtml', ] + 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: singlehtml_dir, output: [ - '_static', 'index.html', + + '_static', ], ) |