#!/bin/csh
echo This will make the xfig.ps file.
echo -n psroffing...
psroff -t -man xfig.man > xfig.ps
echo done
ls -l xfig.*
