Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5189)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5190)
@@ -28,4 +28,9 @@
    * macros/tar.C:
      - removed mtemp-directory from tarball
+
+   * macros/rootlogon.C, macros/dohtml.C:
+     - added mmuon
+     - added mtrigger
+     - added mhflux
 
 
Index: trunk/MagicSoft/Mars/macros/dohtml.C
===================================================================
--- trunk/MagicSoft/Mars/macros/dohtml.C	(revision 5189)
+++ trunk/MagicSoft/Mars/macros/dohtml.C	(revision 5190)
@@ -69,4 +69,5 @@
     sourcedir += "mgui:";
     sourcedir += "mhbase:";
+    sourcedir += "mhflux:";
     sourcedir += "mhist:";
     sourcedir += "mhistmc:";
@@ -78,4 +79,5 @@
     sourcedir += "mmc:";
     sourcedir += "mmontecarlo:";
+    sourcedir += "mmuon:";
     sourcedir += "mpointing:";
     sourcedir += "mpedestal:";
@@ -88,4 +90,5 @@
     sourcedir += "msql:";
     sourcedir += "mtools:";
+    sourcedir += "mtrigger:";
     sourcedir += ".:";
 
@@ -124,5 +127,5 @@
     html.Convert("sectorvstime.C",  "MARS - Example how to plot mean value of a camera sector versus time");
     html.Convert("calibration.C",   "MARS - Example how to use the calibrationa camera ");
-    html.Convert("bootcampstandardanalysis.C",  "MARS - Example of the status of the standard analysis at the bootcamp");
+    html.Convert("bootcampstandardanalysis.C", "MARS - Example of the status of the standard analysis at the bootcamp");
     html.Convert("readIPR.C",       "MARS - Example to read and display the IPRs from a (merpped) report file");
 }
Index: trunk/MagicSoft/Mars/macros/rootlogon.C
===================================================================
--- trunk/MagicSoft/Mars/macros/rootlogon.C	(revision 5189)
+++ trunk/MagicSoft/Mars/macros/rootlogon.C	(revision 5190)
@@ -137,4 +137,5 @@
     gInterpreter->AddIncludePath(dir+"mgui");
     gInterpreter->AddIncludePath(dir+"mhbase");
+    gInterpreter->AddIncludePath(dir+"mhflux");
     gInterpreter->AddIncludePath(dir+"mhist");
     gInterpreter->AddIncludePath(dir+"mhistmc");
@@ -145,4 +146,5 @@
     gInterpreter->AddIncludePath(dir+"mmc");
     gInterpreter->AddIncludePath(dir+"mmontecarlo");
+    gInterpreter->AddIncludePath(dir+"mmuon");
     gInterpreter->AddIncludePath(dir+"mpedestal");
     gInterpreter->AddIncludePath(dir+"mpointing");
@@ -155,4 +157,5 @@
     gInterpreter->AddIncludePath(dir+"mstarcam");
     gInterpreter->AddIncludePath(dir+"mtools");
+    gInterpreter->AddIncludePath(dir+"mtrigger");
 
     if (TString("linux")==gSystem->GetBuildArch())
