Ignore:
Timestamp:
08/03/08 18:31:21 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/dowebplots

    r9044 r9074  
    127127   echo "removing temporary dir..." >> $scriptlog 2>&1
    128128   rmdir -pv $tempwebplotspath >> $scriptlog 2>&1
     129   
     130   echo "converting $psfile to pdf..." >> $scriptlog 2>&1
     131   if ps2pdf $psfile >> $scriptlog 2>&1
     132   then
     133      rm -v $psfile  >> $scriptlog 2>&1
     134   else
     135      printprocesslog "WARN could not convert $psfile to pdf"
     136   fi
    129137done
    130138
Note: See TracChangeset for help on using the changeset viewer.