Re: [dpdk-dev] [PATCH] doc: add index file to doxygen dependencies

2020-10-05 Thread Thomas Monjalon
> 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

[dpdk-dev] [PATCH] doc: add index file to doxygen dependencies

2020-09-01 Thread Bruce Richardson
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