92eb2c3465
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:
|
||
---|---|---|
.. | ||
doxy-api-index.md | ||
doxy-api.conf.in | ||
doxy-html-custom.sh | ||
generate_doxygen.sh | ||
generate_examples.sh | ||
meson.build |