Re: [dpdk-dev] [PATCH 0/2] Do proper dependency tracking for doxygen

2020-02-15 Thread Thomas Monjalon
17/01/2020 12:22, Bruce Richardson: > When building doxygen docs as part of the build, there was no tracking > being done of the files processed, so that doxygen can be re-run if needed. > This patchset adds that tracking support, by generating a gcc-style > ".d" file for the custom targets used in

[dpdk-dev] [PATCH 0/2] Do proper dependency tracking for doxygen

2020-01-17 Thread Bruce Richardson
When building doxygen docs as part of the build, there was no tracking being done of the files processed, so that doxygen can be re-run if needed. This patchset adds that tracking support, by generating a gcc-style ".d" file for the custom targets used in the doc/api build. In doing so, we remove