#!/bin/csh
# file: aspundefall = copy ASP manuscript %ED for \documentclass etc
# last: Feb  4 2007 
# note: run without param in dir authordirs with author names as subdirs 

foreach dir (*)
  aspundefone $dir
end

# renew latex files at SIU website
echo ==== renew latex files at SIU website
setenv RSYNC_RSH ssh
rsync -avuz /home/rutten/rr/wrt/proceedings/coimbra2006/all-tex/*.tex  venus.phys.uu.nl:/home/strknd/rutten/public_html/coimbra/proceedings/all-tex/.

# renew authordirs at siu
echo ==== renew authordirs at siu
sshcleanrrdirsiu

# renew alll-tex at siu
cd ../all-tex
sshcleanrrdirsiu
back
