]> git.droids-corp.org - dpdk.git/blobdiff - mk/rte.sdkdoc.mk
maintainers: claim maintainership of VDEV bus
[dpdk.git] / mk / rte.sdkdoc.mk
index c0eaa3502ee79d5b718e1c1a86ded6134829578c..de31b78cf29d55d86dcddc0b9cfbd8ae59896524 100644 (file)
@@ -93,7 +93,7 @@ $(API_EXAMPLES): api-html-clean
        $(Q)mkdir -p $(@D)
        @printf '/**\n' > $(API_EXAMPLES)
        @printf '@page examples DPDK Example Programs\n\n' >> $(API_EXAMPLES)
-       @find examples -type f -name '*.c' -printf '@example %p\n' >> $(API_EXAMPLES)
+       @find examples -type f -name '*.c' -printf '@example %p\n' | LC_ALL=C sort >> $(API_EXAMPLES)
        @printf '*/\n' >> $(API_EXAMPLES)
 
 guides-pdf-clean: guides-pdf-img-clean