#!/bin/csh
set nonomatch
rm -f *.{c,h,1,ui} *~ *.gz *.tgz outs config.log
foreach file ( ~/myfonts/mensis/*.[ch1] )
  if ( $file:t == "psunicodenames.c" ) then
    ln ~/myfonts/pfaedit/psunicodenames.c
  else
    ln $file
  endif
end
rm -f showttf.c _nom*.c *-en.old* mensis-ui.c nomen.h threaddummy.c
