Re: [PATCH] doc: add build_root to STRIP_FROM_PATH

2021-11-23 Thread David Marchand
Hello Timothy, On Mon, Nov 22, 2021 at 9:17 PM Timothy Redaelli wrote: > > examples.dox is built inside builddir 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 C

Re: [PATCH] doc: add build_root to STRIP_FROM_PATH

2021-11-23 Thread Luca Boccassi
On Mon, 2021-11-22 at 21:16 +0100, Timothy Redaelli wrote: > examples.dox is built inside builddir 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 a

Re: [PATCH] doc: add build_root to STRIP_FROM_PATH

2021-11-22 Thread Timothy Redaelli
Fixing the mail address of Thomas Monjalon in To. I used ./devtools/get-maintainer.sh, but it returned the old mail address. On Mon, Nov 22, 2021 at 9:17 PM Timothy Redaelli wrote: > > examples.dox is built inside builddir and so doxygen generates some > dir_HASH.html that includes the builddir n

[PATCH] doc: add build_root to STRIP_FROM_PATH

2021-11-22 Thread Timothy Redaelli
examples.dox is built inside builddir 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 commi