From 9e37d6124f4ba1933336113a42d8ae63b6d4503b Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 2 Jan 2006 21:08:43 +0000 Subject: [PATCH 1/1] 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 --- tools/doxygen/doxygen_postprocesser.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1