Index: trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 7454)
+++ trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 7460)
@@ -20,9 +20,14 @@
 #   Author(s): Daniela Dorner  08/2005 <mailto:dorner@astro.uni-wuerzburg.de>
 #
-#   Copyright: MAGIC Software Development, 2000-2004
+#   Copyright: MAGIC Software Development, 2000-2006
 #
 #
 # ========================================================================
 #
+# This script produces the plots from all root-files in the web directory
+# 
+# After checking, if the script is already running, the plots are produced:
+# With the programm showplot a ps-file is written, from which the png 
+# files are produced. 
 #
 
@@ -44,4 +49,5 @@
 date >> $scriptlog 2>&1
 
+# check if script is already running
 lockfile=$lockpath/lock-dowebplots.txt
 date > $lockfile >> $scriptlog 2>&1 
@@ -69,5 +75,4 @@
    exit
 fi
-
 
 #produce plots for each rootfile
@@ -115,6 +120,6 @@
 #make sure, that old plots of files, that are already removed from disk, 
 #  are deleted also in the webdirectory
-#this has to be done, as ps and png files are excluded from rsync, 
-#as rsync is done with --delete option (script /home/operator/condor/webupdate
+#this has to be done, as ps and png files are excluded from rsync, and 
+#as rsync is done with --delete option (script /home/operator/condor/webupdate)
 
 #find all directories with plots
