X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/50d3f3d2e4566d454b32dbd5d26a14923fd33356..9b08ea751ac40d073f179978b499fd44246fd30e:/docs/Build.sh diff --git a/docs/Build.sh b/docs/Build.sh index 492bce5877..b9b55f2c60 100755 --- a/docs/Build.sh +++ b/docs/Build.sh @@ -28,20 +28,20 @@ else echo "javasphinx relaunched" fi -sphinx-build -M html source build ${SPHINXOPTS} +PYTHONPATH=../lib sphinx-build -M html source build ${SPHINXOPTS} set +x -cat source/img/graphical-toc.svg \ - | perl -pe 's/(xlink:href="http)/target="_top" $1/' \ +< source/img/graphical-toc.svg \ + perl -pe 's/(xlink:href="http)/target="_top" $1/' \ | perl -pe 's/(xlink:href=".*?.html)/target="_top" $1/' \ > build/html/graphical-toc.svg echo "List of missing references:" -for f in `(grep '' build/xml/msg_8h.xml; \ - grep '' build/xml/namespacesimgrid_1_1s4u.xml; \ - grep ']*>//g'|sort` +for f in $( (grep '' build/xml/msg_8h.xml; \ + grep '' build/xml/namespacesimgrid_1_1s4u.xml; \ + grep ']*>//g' | sort ) do if grep $f source/*rst | grep -q '.. doxygen[^::]*:: '"$f"'$' || @@ -54,4 +54,4 @@ do echo "$f" fi fi -done \ No newline at end of file +done