doc: add doxygen index file to dependencies
The doxygen index file is not printed as a processed file by doxygen so it does not appear in the output .d (dependency file) list automatically generated. Therefore, for correct rebuild tracking, we need to explicitly include it as a dependency of the doxygen job. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
parent
1509ef9350
commit
10044a8e01
@ -48,6 +48,7 @@ doxy_conf = configure_file(input: 'doxy-api.conf.in',
|
||||
|
||||
doxy_build = custom_target('doxygen',
|
||||
depends: example,
|
||||
depend_files: 'doxy-api-index.md',
|
||||
input: doxy_conf,
|
||||
output: 'html',
|
||||
depfile: 'html.d',
|
||||
|
Loading…
Reference in New Issue
Block a user