]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/mkhtml.C
Updated list of libraries
[u/mrichter/AliRoot.git] / macros / mkhtml.C
index e5b4edcb5399e636312f51f43f15c07e630d6ee2..87014bba5cf61f80951c87bc52b23159798e4366 100644 (file)
@@ -15,7 +15,7 @@ void mkhtml (char *macro=0, Int_t force=0) {
     html.Convert(macro,"Example Macro");
   } else {
     gSystem->Load("$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)/libRALICE");
-    html.MakeAll(force);
+    html.MakeAll(force,"[A-Z]*");
   }
   timer.Stop();
   timer.Print();