X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/48fafe622bf4a9bef7852543532513141fb8ab21..e3fb6591308362a62ae7576a90e0ced99f39b7d4:/tools/doxygen/doxygen_postprocesser.pl diff --git a/tools/doxygen/doxygen_postprocesser.pl b/tools/doxygen/doxygen_postprocesser.pl index 5df7285bc7..d2e925615e 100755 --- a/tools/doxygen/doxygen_postprocesser.pl +++ b/tools/doxygen/doxygen_postprocesser.pl @@ -399,7 +399,9 @@ foreach my $file (@allfiles) { || $file =~ /^html\/publis.*/ || $file =~ /^html\/people.*/ || $file =~ /^html\/history.*/ - || $file =~ /^html\/contrib.*/) + || $file =~ /^html\/contrib.*/ + || $file =~ /^html\/installSimgrid.*/ + || $file =~ /^html\/bindings.*/) { my $filename = $file; $filename =~ s/html\///g;