From 1bd75c42229a79df5a443ee5b32dff70c2010d77 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 21 Sep 2023 20:49:51 -0400 Subject: Fix documentation dependencies --- doc/api/meson.build | 2 +- doc/html/meson.build | 2 +- doc/singlehtml/meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/meson.build b/doc/api/meson.build index 8c8293b..1fffa6f 100644 --- a/doc/api/meson.build +++ b/doc/api/meson.build @@ -4,6 +4,6 @@ c_lilv_rst = custom_target( 'lilv.rst', command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], - input: [c_index_xml] + c_rst_files, + input: [c_index_xml], output: 'lilv.rst', ) 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: [ diff --git a/doc/singlehtml/meson.build b/doc/singlehtml/meson.build index 4822d8c..2cea8fd 100644 --- a/doc/singlehtml/meson.build +++ b/doc/singlehtml/meson.build @@ -12,7 +12,7 @@ custom_target( sphinx_build, '-M', 'singlehtml', '@OUTDIR@' / '..', '@OUTDIR@' / '..', '-t', 'singlehtml', ] + 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: singlehtml_dir, output: [ -- cgit v1.2.1