From: mquinson Date: Mon, 2 Jan 2006 21:08:43 +0000 (+0000) Subject: Also post-process pages.html. I'm gonna kill it, but it's not done yet X-Git-Tag: v3.3~3469 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9e37d6124f4ba1933336113a42d8ae63b6d4503b?hp=60ef24f945763eddb1d70543d3573978a6829569;ds=sidebyside Also post-process pages.html. I'm gonna kill it, but it's not done yet git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1889 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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;