New upstream version 17.11-rc3
[deb_dpdk.git] / mk / rte.sdkdoc.mk
index c0eaa35..de31b78 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