doc: fix Doxygen examples build on FreeBSD
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 15 Sep 2021 17:36:33 +0000 (18:36 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 17 Nov 2021 10:19:31 +0000 (11:19 +0100)
commit897e55c8d27f7c69cdc0c330deb67d15bd0b583d
tree77c7cd2348d19950a5d19efb69cd377ca2ca614b
parent1f8cc1a388610c348da7e379dbff62f1a28690d1
doc: fix Doxygen examples build on FreeBSD

On FreeBSD, "find" does not support the "printf" flag, so we need to
use "gfind" from the "findutils" package.

Fixes: 8260f4f98cfe ("mk: use script to generate examples.dox")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
doc/api/generate_examples.sh