Index: trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 9073)
+++ trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 9074)
@@ -127,4 +127,12 @@
    echo "removing temporary dir..." >> $scriptlog 2>&1
    rmdir -pv $tempwebplotspath >> $scriptlog 2>&1
+   
+   echo "converting $psfile to pdf..." >> $scriptlog 2>&1
+   if ps2pdf $psfile >> $scriptlog 2>&1
+   then 
+      rm -v $psfile  >> $scriptlog 2>&1
+   else
+      printprocesslog "WARN could not convert $psfile to pdf"
+   fi
 done
 
