X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/50d3f3d2e4566d454b32dbd5d26a14923fd33356..8a0edc1a3b6e911b8e6b8db2cb2c94b751fae29a:/docs/Build.sh diff --git a/docs/Build.sh b/docs/Build.sh index 492bce5877..4096cfdaad 100755 --- a/docs/Build.sh +++ b/docs/Build.sh @@ -28,20 +28,18 @@ 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/' \ - | perl -pe 's/(xlink:href=".*?.html)/target="_top" $1/' \ - > build/html/graphical-toc.svg +perl -pe 's/(xlink:href="(?:http|.*\.html))/target="_top" $1/' \ + source/img/graphical-toc.svg > 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 +52,4 @@ do echo "$f" fi fi -done \ No newline at end of file +done