]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/mkhtml.C
New ITS code for new structure and simulations.
[u/mrichter/AliRoot.git] / macros / mkhtml.C
index f28a67de393c54c8c1c520eabbe9a43e7b0b6a0f..9c09054a8c7f3dbdcf7af8e2751b0323246b4477 100644 (file)
@@ -12,6 +12,7 @@ void mkhtml (char *macro=0, Int_t force=0) {
     gROOT->LoadMacro(macro);
     html.Convert(macro,"Example Macro");
   } else {
+    gSystem->Load("$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)/libRALICE");
     html.MakeAll(force);
   }
 }