]> AND Public Git Repository - simgrid.git/blobdiff - docs/Build.sh
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make global variables 'const'.
[simgrid.git] / docs / Build.sh
index 4ea9d3e0828932593f695d6b26b1b66735f268e1..632ecd9622fed99ffe96a7b2d4071905e9fcf565 100755 (executable)
@@ -65,8 +65,8 @@ perl -pe 's/(xlink:href="(?:http|.*\.html))/target="_top" $1/' \
 echo
 echo "Undocumented examples:"
 for ex in $( (cd .. ; \
-              find examples/s4u/ -name '*.cpp'; \
-              find examples/c/ -name '*.c'; \
+              find examples/cpp/   -name '*.cpp'; \
+              find examples/c/     -name '*.c'; \
               find examples/python -name '*.py'; \
              ) | sort )
 do