#!/bin/csh 
echo This will make the xfig.ps file.  After that, use Adobe Distiller to make the pdf file.
echo -n psroffing...
psroff -t -man xfig.man > xfig.ps
echo done
ls -l xfig.*
