X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/60ef24f945763eddb1d70543d3573978a6829569..9e37d6124f4ba1933336113a42d8ae63b6d4503b:/tools/doxygen/doxygen_postprocesser.pl diff --git a/tools/doxygen/doxygen_postprocesser.pl b/tools/doxygen/doxygen_postprocesser.pl index 0a126bd114..16425d0994 100755 --- a/tools/doxygen/doxygen_postprocesser.pl +++ b/tools/doxygen/doxygen_postprocesser.pl @@ -199,7 +199,7 @@ sub handle_page { ### ### Post-processsing common to all pages ### -map {push @allfiles,$_} qw(html/index.html html/faq.html html/publis.html); +map {push @allfiles,$_} qw(html/index.html html/faq.html html/publis.html html/pages.html); foreach my $file (@allfiles) { open FROM,"$file" || die;