Index: trunk/MagicSoft/Mars/macros/dohtml.C
===================================================================
--- trunk/MagicSoft/Mars/macros/dohtml.C	(revision 8109)
+++ trunk/MagicSoft/Mars/macros/dohtml.C	(revision 8110)
@@ -62,4 +62,5 @@
     sourcedir += "mcalib:";
     sourcedir += "mdata:";
+    sourcedir += "mextralgo:";
     sourcedir += "mfbase:";
     sourcedir += "mfileio:";
@@ -113,4 +114,7 @@
     html.Convert("trigrate.C",                  "MARS - Calculate Trigger Rate from a MC root file");
     html.Convert("star.C",                      "MARS - (St)andard (A)nalysis and (R)econstruction");
+    html.Convert("starfield.C",                 "MARS - Display a starfield in the camera");
+    html.Convert("starvisday.C",                "MARS - Display visibility of stars at a single day");
+    html.Convert("starvisyear.C",               "MARS - Display visibility of a source around the year");
     html.Convert("tutorials/starplot.C",        "MARS - Plot parameters from file created with star.C");
     html.Convert("tutorials/readrfl.C",         "MARS - Example of reading reflector output with Mars");
@@ -141,3 +145,5 @@
     html.Convert("tutorials/extendcam.C",       "MARS - Example of using MGeomCamExtend and MHexagonalFTCalc");
     html.Convert("tutorials/hft.C",             "MARS - Example of using MHexagonalFTCalc");
+    html.Convert("tutorials/calendar.C",        "MARS - Example of producing a calendar sheet");
+    html.Convert("tutorials/weights.C",         "MARS - Example of using weights with MFillH");
 }
