]> git.droids-corp.org - dpdk.git/blobdiff - doc/api/generate_examples.sh
net/sfc: introduce flow allocation and free path
[dpdk.git] / doc / api / generate_examples.sh
index 6fcfe513b60099e2b82f7b0d30d1238a9492d182..dae7ee0be0517d8f161746e14e1e9400a8d6a3e2 100755 (executable)
@@ -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'