Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 1216)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 1217)
@@ -1,4 +1,11 @@
                                                                   -*-*- END -*-*-
 
+ 2002/02/13: Thomas Bretz
+
+   * Makefile:
+     - made 'make dox' dependant on existance of shared object
+
+
+     
  2002/02/13: Thomas Bretz
 
Index: /trunk/MagicSoft/Mars/Makefile
===================================================================
--- /trunk/MagicSoft/Mars/Makefile	(revision 1216)
+++ /trunk/MagicSoft/Mars/Makefile	(revision 1217)
@@ -95,5 +95,5 @@
 	(cd $(@:.clean=); make clean; cd ..;) 
 
-dox:
+dox: $(SOLIB)
 	@echo " Creating html documentation:"
 	root -b -q dohtml.C
Index: /trunk/MagicSoft/Mars/NEWS
===================================================================
--- /trunk/MagicSoft/Mars/NEWS	(revision 1216)
+++ /trunk/MagicSoft/Mars/NEWS	(revision 1217)
@@ -23,5 +23,5 @@
  
  
- *** Version 0.6 (2001/15/01)
+ *** Version 0.6 (2001/01/15)
 
    - Introduce the option of disable pixels (MBlindPixels and
