#!/bin/csh
rm -f *.[ch] *~ *.gz *.tgz outs
foreach file ( ~/HtmlPress/Unicode/*.[ch] )
ln $file
end
rm -f genkoi.c togana.c zapgen.c jispresent.c jisinfo.c trans.c chardata.h makealt.c
#cp ~/HtmlPress/Unicode/makefile .
echo "If you need to copy the makefile, don't forget to comment out things"
echo " to build ctype.c and so forth"
