X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ac7f10a514b4dd21e9a4330e819876dd105d2690..02ff1e3cc5ba31c8f2c95f27c5934b427e238993:/docs/Build.sh diff --git a/docs/Build.sh b/docs/Build.sh index c7bfa41158..4096cfdaad 100755 --- a/docs/Build.sh +++ b/docs/Build.sh @@ -32,16 +32,14 @@ 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