#!/bin/csh -f

set froot = $1:r

mv web/lectures/$froot.{ps,pdf}* .
mv web/inclass/$froot-inclass.{ps,pdf}* .
make $froot.pdf $froot-inclass.pdf
mv $froot.{ps,pdf} web/lectures
cp $froot.html web/lectures # To copy podcast links
mv $froot-inclass.pdf web/inclass
