diff options
author | David Robillard <d@drobilla.net> | 2023-09-21 20:49:51 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-09-21 20:49:51 -0400 |
commit | 1bd75c42229a79df5a443ee5b32dff70c2010d77 (patch) | |
tree | d4d3120047251fb977d15862d345c193db10bb0a /doc/html | |
parent | 81ce2ac53999889560db799f1fc2cd946a799bd8 (diff) | |
download | lilv-1bd75c42229a79df5a443ee5b32dff70c2010d77.tar.gz lilv-1bd75c42229a79df5a443ee5b32dff70c2010d77.tar.bz2 lilv-1bd75c42229a79df5a443ee5b32dff70c2010d77.zip |
Fix documentation dependencies
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/meson.build b/doc/html/meson.build index 26d3a03..9ba7097 100644 --- a/doc/html/meson.build +++ b/doc/html/meson.build @@ -12,7 +12,7 @@ custom_target( sphinx_build, '-M', 'html', '@OUTDIR@' / '..', '@OUTDIR@' / '..', '-t', 'html', ] + sphinx_flags, - input: [c_rst_files, c_lilv_rst, c_index_xml, conf_py], + input: [c_lilv_rst, c_rst_files, conf_py], install: true, install_dir: html_dir, output: [ |