Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the README.rst in examples/ as it also describes python
[simgrid.git] / docs / Build.sh
index 5f9cd83..fcfcd69 100755 (executable)
@@ -71,9 +71,9 @@ done
 
 echo "Undocumented examples:"
 for ex in `(cd .. ; find examples/s4u/ -name '*.cpp'; find examples/python -name '*.py')|sort` ; do
-    if grep -q "example-tab:: $ex" ../examples/s4u/README.rst ; then :
+    if grep -q "example-tab:: $ex" ../examples/README.rst ; then :
 #        echo "found example-tab:: $ex"
-    elif grep -q "showfile:: $ex" ../examples/s4u/README.rst ; then :
+    elif grep -q "showfile:: $ex" ../examples/README.rst ; then :
     else
         echo $ex
     fi