X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fapi%2Fgenerate_examples.sh;h=dae7ee0be0517d8f161746e14e1e9400a8d6a3e2;hb=7ba166841c68053484e1a520da3fd2186be33830;hp=6fcfe513b60099e2b82f7b0d30d1238a9492d182;hpb=8260f4f98cfea2de16e0ba4bfc8e2d530c67607f;p=dpdk.git diff --git a/doc/api/generate_examples.sh b/doc/api/generate_examples.sh index 6fcfe513b6..dae7ee0be0 100755 --- a/doc/api/generate_examples.sh +++ b/doc/api/generate_examples.sh @@ -5,6 +5,10 @@ EXAMPLES_DIR=$1 API_EXAMPLES=$2 +# generate a .d file including both C files and also build files, so we can +# detect both file changes and file additions/deletions +echo "$API_EXAMPLES: $(find ${EXAMPLES_DIR} -type f \( -name '*.c' -o -name 'meson.build' \) -printf '%p ' )" > ${API_EXAMPLES}.d + exec > "${API_EXAMPLES}" printf '/**\n' printf '@page examples DPDK Example Programs\n\n'