Index: trunk/MagicSoft/Mars/Makefile
===================================================================
--- trunk/MagicSoft/Mars/Makefile	(revision 589)
+++ trunk/MagicSoft/Mars/Makefile	(revision 590)
@@ -35,5 +35,5 @@
 #  ----->>>   mars libraries
 #
-SUBDIRS = mgui meventdisp mdatacheck mbase mraw mmc
+SUBDIRS = mgui meventdisp mdatacheck mbase mraw manalysis mmc
 
 LIBRARIES = $(SUBDIRS:=.a)
Index: trunk/MagicSoft/Mars/macros/dohtml.C
===================================================================
--- trunk/MagicSoft/Mars/macros/dohtml.C	(revision 589)
+++ trunk/MagicSoft/Mars/macros/dohtml.C	(revision 590)
@@ -11,5 +11,5 @@
 
   html.SetOutputDir("htmldoc");
-  html.SetSourceDir(".:mbase:mraw");
+  html.SetSourceDir(".:mbase:mraw:mgui:mdatacheck:meventdisp");
 
   html.MakeAll(kTRUE);
Index: trunk/MagicSoft/Mars/mbase/BaseLinkDef.h
===================================================================
--- trunk/MagicSoft/Mars/mbase/BaseLinkDef.h	(revision 589)
+++ trunk/MagicSoft/Mars/mbase/BaseLinkDef.h	(revision 590)
@@ -23,3 +23,4 @@
 #pragma link C++ class MTime;
 
+
 #endif
