#!/bin/csh
rm -f *.h *~ *.gz *.tgz outs
foreach file ( ~/HtmlPress/inc/*.h )
ln $file
end
rm prefpage.h
