#!/bin/csh
rm -f *.{c,h,1,ui} *~ *.gz *.tgz outs
foreach file ( ~/myfonts/pfaedit/*.[ch1] )
ln $file
end
rm -f showttf.c _nom*.c *-en.old* pfaedit-ui.c nomen.h
#cp ~/myfonts/pfaedit/makefile .
echo Check the makefile, has it changed"\?"
