Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3927)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3928)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/05/03: Markus Gaug
+
+   * macros/dohtml.C
+     - include directory mfit and macros calibration.C and 
+       bootcampstandardanalysis.C
+     - take out pixvstime.C which does not exist
 
  2004/05/01: Thomas Bretz
Index: /trunk/MagicSoft/Mars/macros/dohtml.C
===================================================================
--- /trunk/MagicSoft/Mars/macros/dohtml.C	(revision 3927)
+++ /trunk/MagicSoft/Mars/macros/dohtml.C	(revision 3928)
@@ -51,4 +51,5 @@
     sourcedir += "mfileio:";
     sourcedir += "mfilter:";
+    sourcedir += "mfit:";
     sourcedir += "mgeom:";
     sourcedir += "mgui:";
@@ -107,3 +108,5 @@
     html.Convert("pixvstime.C",     "MARS - Example how to plot a pixel value versus time");
     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");
 }
