On Tue, Nov 23, 2021 at 4:17 PM Luca Boccassi <bl...@debian.org> wrote: > > On Tue, 2021-11-23 at 15:48 +0100, Timothy Redaelli wrote: > > examples.dox is built inside builddir/doc/api and so doxygen generates > > some dir_HASH.html that includes the builddir name and this may prevent > > DPDK documentation to be correctly generated in some distributions, for > > example CentOS Stream 9 and RHEL9, since the builddir includes the > > architecture. > > > > This commit adds builddir/doc/api (the path where examples.dox is > > generated) to STRIP_FROM_PATH, so the generated documentation doesn't > > change if builddir changes. > > > > Fixes: a6090630f4e5 ("doc: automate examples file list for API") > > Cc: sta...@dpdk.org
> > Signed-off-by: Timothy Redaelli <tredae...@redhat.com> > Acked-by: Luca Boccassi <bl...@debian.org> Tested-by: David Marchand <david.march...@redhat.com> Applied, thanks. -- David Marchand