From: Navarrop Date: Tue, 30 Aug 2011 09:13:18 +0000 (+0200) Subject: Keep the button press. X-Git-Tag: v3_6_2~174 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e3fb6591308362a62ae7576a90e0ced99f39b7d4 Keep the button press. --- 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;