Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Also post-process pages.html. I'm gonna kill it, but it's not done yet
[simgrid.git] / tools / doxygen / doxygen_postprocesser.pl
index 0a126bd..16425d0 100755 (executable)
@@ -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;