]> git.droids-corp.org - dpdk.git/commit
doc: remove dependency on findutils on FreeBSD
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 22 Dec 2021 15:18:55 +0000 (15:18 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 12 Jan 2022 17:21:03 +0000 (18:21 +0100)
commitfee17a1d290434f1b9f109d8a4bc575d9e61bb13
treefb5ebd79b3958a19a5bdb63997d829fb4a52f7fe
parenteefbfbf5ea6ee667c27463dfb91e478ccd6607c4
doc: remove dependency on findutils on FreeBSD

Standard "find" on BSD does not support the "-printf" so gfind from
findutils package was used to enable full doc builds. We can remove this
extra dependency by using "sed" and "tr" to adjust the output from
regular find instead.

Fixes: 8260f4f98cfe ("mk: use script to generate examples.dox")
Fixes: 499fe9dfcfc7 ("doc: add dependency on examples for API doxygen")
Fixes: 897e55c8d27f ("doc: fix Doxygen examples build on FreeBSD")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
doc/api/generate_examples.sh