New manual page system
[unix-history] / games / fortune / tools / Do_troff
#!/bin/csh -f
#
# @(#)Do_troff 5.4 (Berkeley) 4/8/91
#
set file=$1
shift
( echo ".ds Se $file" ; cat Troff.mac ; sed -f Troff.sed $file ) | \
$* -me >& $file.tr
echo troff output in $file.tr